From 2c1b9fb12db05b6b3ce00b49cb7ac68eaa7cde74 Mon Sep 17 00:00:00 2001 From: Elias Datler <46360620+fxgst@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:20:30 +0100 Subject: [PATCH] Bump PocketIC --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eef4c23..2eac11a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM --platform=linux/amd64 rust:1.83-slim-bookworm ENV NVM_DIR=/root/.nvm ENV NVM_VERSION=v0.40.1 ENV NODE_VERSION=22.10.0 -ENV POCKET_IC_SERVER_VERSION=7.0.0 -ENV POCKET_IC_PYTHON_VERSION=3.0.0 +ENV POCKET_IC_SERVER_VERSION=8.0.0 +ENV POCKET_IC_PYTHON_VERSION=3.0.1 RUN apt -yq update RUN apt -yqq install --no-install-recommends curl ca-certificates libunwind-dev git python3 python3-pip ssh