Skip to content

Commit 5738767

Browse files
authored
Merge pull request #519 from jenkinsci/updatecli_master_50c84c1269a8808873a6f33de98c896fe716228392436bfa5a4d0f4d88795f6a
Bump Alpine Linux Version to 3.22.0
2 parents 02e8ce8 + 0a10282 commit 5738767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
ARG JAVA_VERSION=17.0.15_6
24-
ARG ALPINE_TAG=3.21.3
24+
ARG ALPINE_TAG=3.22.0
2525
FROM alpine:"${ALPINE_TAG}" AS jre-build
2626

2727
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variable "VERSION" {
5656
}
5757

5858
variable "ALPINE_FULL_TAG" {
59-
default = "3.21.3"
59+
default = "3.22.0"
6060
}
6161

6262
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)