We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63cfebf + 530b362 commit 3e5f9e5Copy full SHA for 3e5f9e5
.github/workflows/docker_release.yml
@@ -23,8 +23,8 @@ jobs:
23
--label tag=${GITHUB_REF##*/} \
24
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:${GITHUB_REF##*/} \
25
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:head \
26
- --build-arg BASE_IMAGE=node:22-alpine3.18 \
27
- --build-arg BUILD_IMAGE=node:22-alpine3.18 \
+ --build-arg BASE_IMAGE=node:22-alpine3.19 \
+ --build-arg BUILD_IMAGE=node:22-alpine3.19 \
28
.
29
30
- name: Tag release
0 commit comments