Skip to content

Commit

Permalink
Upgrade to base Algorand v3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Nov 18, 2024
1 parent 3c42f45 commit 7f48eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_ALGORAND_VERSION="3.25.0"
ARG BASE_ALGORAND_VERSION="3.26.0"
ARG TARGETPLATFORM
FROM algorand/stable:${BASE_ALGORAND_VERSION} AS algorand

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.legacy-relay
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_ALGORAND_VERSION="3.25.0"
ARG BASE_ALGORAND_VERSION="3.26.0"
FROM algorand/stable:${BASE_ALGORAND_VERSION} AS algorand

FROM gcr.io/distroless/cc AS distroless
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.participation
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_ALGORAND_VERSION="3.25.0"
ARG BASE_ALGORAND_VERSION="3.26.0"
ARG TARGETPLATFORM
FROM algorand/algod:${BASE_ALGORAND_VERSION}-stable AS algorand

Expand Down

0 comments on commit 7f48eef

Please sign in to comment.