diff --git a/Dockerfile b/Dockerfile index c6802506af..48bc652dcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN /dist/files/build/install.sh \ -b "${BRANCH}" \ -s "${SHA}" -FROM debian:bookworm-20230703-slim as final +FROM debian:bookworm-20240311-slim as final ENV PATH="/node/bin:${PATH}" ALGOD_PORT="8080" KMD_PORT="7833" ALGORAND_DATA="/algod/data"