Skip to content

Commit 81dd334

Browse files
github-actions[bot]lemeurherve
authored andcommitted
Bump Alpine Linux Version to 3.23.3 (jenkinsci#2240)
* 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>
1 parent 7c240a1 commit 81dd334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_TAG=3.23.2
1+
ARG ALPINE_TAG=3.23.3
22

33
FROM alpine:"${ALPINE_TAG}" AS jre-and-war
44

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "COMMIT_SHA" {
4444
}
4545

4646
variable "ALPINE_FULL_TAG" {
47-
default = "3.23.2"
47+
default = "3.23.3"
4848
}
4949

5050
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)