diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c59439f..4324f9f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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 }} diff --git a/Dockerfile b/Dockerfile index 59488c4..17f8518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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