From 6b16c6582ec8621dea55b1427e7dc8926ab5ca0d Mon Sep 17 00:00:00 2001 From: Elias Datler <46360620+fxgst@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:33:22 +0100 Subject: [PATCH 1/2] Update Dockerfile --- slim/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slim/Dockerfile b/slim/Dockerfile index 2ae25a7..f9e06e0 100644 --- a/slim/Dockerfile +++ b/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rust:1.82-slim-bookworm +FROM --platform=linux/amd64 rust:1.83-slim-bookworm ENV NVM_DIR=/root/.nvm ENV NVM_VERSION=v0.40.1 @@ -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.24.2 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +RUN DFX_VERSION=0.24.3 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 From 074c79c1f4387d69e77c195e21d92c8650136a12 Mon Sep 17 00:00:00 2001 From: Elias Datler Date: Mon, 2 Dec 2024 16:37:08 +0100 Subject: [PATCH 2/2] Bump rust and dfx --- Dockerfile | 4 ++-- azle/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6255a55..c0bd61c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rust:1.82-slim-bookworm +FROM --platform=linux/amd64 rust:1.83-slim-bookworm ENV NVM_DIR=/root/.nvm ENV NVM_VERSION=v0.40.1 @@ -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.24.2 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +RUN DFX_VERSION=0.24.3 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 cdf31e0..c77f676 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.24.2 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +RUN DFX_VERSION=0.24.3 DFXVM_INIT_YES=true sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" ENV PATH="/root/.local/share/dfx/bin:$PATH" # Install azle extension