Skip to content

Commit

Permalink
Un-bump Ubuntu version, fix Quill, bumb quill, bump IC commit ID
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga committed Dec 5, 2024
1 parent 05c11e1 commit c4cfb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04

ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
Expand Down
4 changes: 2 additions & 2 deletions settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ export SNS_AGGREGATOR_RELEASE="proposal-129614-agg"
# $ ./gitlab-ci/src/artifacts/newest_sha_with_disk_image.sh origin/master
# from the IC monorepo: https://github.com/dfinity/ic
# if you change IC_COMMIT, then you need to rerun `source install.sh`
export IC_COMMIT="6a4eeb97fd93a5fc93d50b0e01ab24c6a7e72fae"
export IC_COMMIT="1f88ae12ac756a91901ec49b3506400ae55d6829"

export TESTNET="local"

export DFX_VERSION="0.24.2"
export DFX_SNS_VERSION="0.4.1"
export DFX_NNS_VERSION="0.4.1"

export QUILL_VERSION="0.5.1"
export QUILL_VERSION="0.5.2"
export IC_WASM_VERSION="0.9.1"

0 comments on commit c4cfb31

Please sign in to comment.