Skip to content

Commit

Permalink
bump dfx version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere authored Sep 17, 2024
1 parent 46a8fe3 commit c45962b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 rust:1.75-slim-bookworm
ENV NVM_DIR=/root/.nvm
ENV NVM_VERSION=v0.39.7
ENV NODE_VERSION=21.5.0
ENV DFX_VERSION=0.22.0
ENV DFX_VERSION=0.23.0
ENV POCKET_IC_SERVER_VERSION=5.0.0
ENV POCKET_IC_PYTHON_VERSION=2.1.0

Expand Down
2 changes: 1 addition & 1 deletion azle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get -yqq install --no-install-recommends curl ca-certificates \
libunwind-dev

# Install dfx
RUN DFX_VERSION=0.22.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
RUN DFX_VERSION=0.23.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
ENV PATH="/root/.local/share/dfx/bin:$PATH"

# Dug out from [here](https://github.com/demergent-labs/azle/blob/main/.github/workflows/test.yml#L251)
Expand Down

0 comments on commit c45962b

Please sign in to comment.