Skip to content

Commit 530b362

Browse files
committed
bump another build to 3.19
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
1 parent 63cfebf commit 530b362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
--label tag=${GITHUB_REF##*/} \
2424
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:${GITHUB_REF##*/} \
2525
--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 \
26+
--build-arg BASE_IMAGE=node:22-alpine3.19 \
27+
--build-arg BUILD_IMAGE=node:22-alpine3.19 \
2828
.
2929
3030
- name: Tag release

0 commit comments

Comments
 (0)