Skip to content

Commit

Permalink
chore: Bump dfx (#6)
Browse files Browse the repository at this point in the history
- bump `dfx` to 0.18.0
- unset `DFX_VERSION` after installation to make `dfxvm default ...`
work
  • Loading branch information
fxgst authored Mar 15, 2024
1 parent 24b4320 commit 47a5bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.17.0
ENV DFX_VERSION=0.18.0
ENV POCKET_IC_SERVER_VERSION=3.0.1
ENV POCKET_IC_PYTHON_VERSION=2.1.0

Expand All @@ -21,6 +21,7 @@ RUN . "${NVM_DIR}/nvm.sh" && nvm alias default v${NODE_VERSION}
ENV DFXVM_INIT_YES=true
RUN sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
ENV PATH="/root/.local/share/dfx/bin:$PATH"
ENV DFX_VERSION=

# Add wasm32-unknown-unknown target
RUN rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 47a5bf1

Please sign in to comment.