Skip to content

Commit

Permalink
Merge pull request #512 from MarkEWaite/use-alpine-3.18.4
Browse files Browse the repository at this point in the history
[Alpine JDK21] Bump Use Alpine to `3.18.4`
  • Loading branch information
dduportal authored Oct 2, 2023
2 parents 4f5ec24 + e7286f9 commit 332bd0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.18.3
ARG ALPINE_TAG=3.18.4
FROM alpine:"${ALPINE_TAG}" AS jre-build
ARG JAVA_VERSION
ARG TARGETPLATFORM
Expand Down
9 changes: 9 additions & 0 deletions updatecli/updatecli.d/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ targets:
keyword: "ARG"
matcher: "ALPINE_TAG"
scmid: default
updateDockerfileJdk21:
name: "Update the value of the base image (ARG ALPINE_TAG) in the Dockerfile"
kind: dockerfile
spec:
file: alpine/21/Dockerfile
instruction:
keyword: "ARG"
matcher: "ALPINE_TAG"
scmid: default
updateDockerBake:
name: "Update the value of the base image (ARG ALPINE_TAG) in the docker-bake.hcl"
kind: hcl
Expand Down

0 comments on commit 332bd0d

Please sign in to comment.