diff --git a/Dockerfile b/Dockerfile index 2eac11a..c497f31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN . "${NVM_DIR}/nvm.sh" && nvm use v${NODE_VERSION} RUN . "${NVM_DIR}/nvm.sh" && nvm alias default v${NODE_VERSION} # Install dfx -RUN DFX_VERSION=0.25.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +RUN DFX_VERSION=0.27.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" ENV PATH="/root/.local/share/dfx/bin:$PATH" # Add wasm32-unknown-unknown target diff --git a/azle/Dockerfile b/azle/Dockerfile index 6f74586..e192d77 100644 --- a/azle/Dockerfile +++ b/azle/Dockerfile @@ -4,7 +4,7 @@ RUN apt -yq update RUN apt -yqq install --no-install-recommends curl ca-certificates libunwind-dev git python3 # Install dfx -RUN DFX_VERSION=0.25.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +RUN DFX_VERSION=0.27.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" ENV PATH="/root/.local/share/dfx/bin:$PATH" # Clean apt diff --git a/slim/Dockerfile b/slim/Dockerfile index 5b2b7e4..2e8308f 100644 --- a/slim/Dockerfile +++ b/slim/Dockerfile @@ -18,7 +18,7 @@ RUN . "${NVM_DIR}/nvm.sh" && nvm alias default v${NODE_VERSION} RUN npm install -g ic-mops # Install dfx -RUN DFX_VERSION=0.25.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +RUN DFX_VERSION=0.27.0 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" ENV PATH="/root/.local/share/dfx/bin:$PATH" # Add wasm32-unknown-unknown target