Skip to content

Commit

Permalink
Merge pull request #85 from dfinity/bump-stuff
Browse files Browse the repository at this point in the history
Bump versions of Docker Ubuntu, IC_COMMIT, DFX_VERSION, IC_WASM_VERSION
  • Loading branch information
aterga authored Dec 30, 2024
2 parents df2d0ae + eb6a651 commit a76a5f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
Expand Down
6 changes: 3 additions & 3 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="1f88ae12ac756a91901ec49b3506400ae55d6829"
export IC_COMMIT="25c1bb0227d9970f5673b908817d7c4962b29911"

export TESTNET="local"

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

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

0 comments on commit a76a5f8

Please sign in to comment.