Skip to content

Commit

Permalink
Upgrade base algorand version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Feb 6, 2024
1 parent a8ca2c1 commit 69520c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
build-args: |
BASE_ALGORAND_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
BASE_ALGORAND_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}-stable
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
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.21.0-stable"
ARG BASE_ALGORAND_VERSION="3.22.0-stable"
FROM algorand/algod:$BASE_ALGORAND_VERSION
LABEL "network.voi"="Voi Network"
LABEL version=$BASE_ALGORAND_VERSION
Expand Down

0 comments on commit 69520c3

Please sign in to comment.