Skip to content

Commit

Permalink
Bump Alpine Linux Version to 3.20.1 (jenkinsci#1899)
Browse files Browse the repository at this point in the history
* chore: Update the value of the JDK base image (ARG ALPINE_TAG) in the...

...  Dockerfile

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc...

... ker-bake.hcl

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 22, 2024
1 parent bf84d6a commit 4ffcdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.20.0
ARG ALPINE_TAG=3.20.1

FROM alpine:"${ALPINE_TAG}" AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ variable "COMMIT_SHA" {
}

variable "ALPINE_FULL_TAG" {
default = "3.20.0"
default = "3.20.1"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit 4ffcdd6

Please sign in to comment.