Skip to content

Commit f410c8d

Browse files
authored
Merge pull request #490 from jenkinsci/updatecli_master_50c84c1269a8808873a6f33de98c896fe716228392436bfa5a4d0f4d88795f6a
Bump Alpine Linux Version to 3.21.3
2 parents 31a577b + 1967cf0 commit f410c8d

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.14_7
24-
ARG ALPINE_TAG=3.21.2
24+
ARG ALPINE_TAG=3.21.3
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.2"
59+
default = "3.21.3"
6060
}
6161

6262
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)