Skip to content

Commit f078951

Browse files
authored
Merge pull request #472 from jenkinsci/updatecli_master_50c84c1269a8808873a6f33de98c896fe716228392436bfa5a4d0f4d88795f6a
Bump Alpine Linux Version to 3.21.0
2 parents badc4e5 + 6b0eba3 commit f078951

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.13_11
24-
ARG ALPINE_TAG=3.20.3
24+
ARG ALPINE_TAG=3.21.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.20.3"
59+
default = "3.21.0"
6060
}
6161

6262
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)