Skip to content

Commit 3e5f9e5

Browse files
authored
Merge pull request #178 from kaleido-io/alpine-3.19
bump release build to 3.19
2 parents 63cfebf + 530b362 commit 3e5f9e5

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)