Skip to content

Commit

Permalink
chore(updatecli) track alpine 21 image base version
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Oct 2, 2023
1 parent 415e2b7 commit e7286f9
Showing 1 changed file with 9 additions and 0 deletions.
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 e7286f9

Please sign in to comment.