Skip to content

Commit

Permalink
Docker: Bump debian version in algod container (algorand#5955)
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical authored Mar 14, 2024
1 parent 13e66ff commit dd22cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit dd22cff

Please sign in to comment.