Skip to content

Commit c0b3415

Browse files
authored
Merge pull request #534 from jenkinsci/updatecli_master_50c84c1269a8808873a6f33de98c896fe716228392436bfa5a4d0f4d88795f6a
Bump Alpine Linux Version to 3.22.1
2 parents 17bf244 + f101343 commit c0b3415

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.22.0
24+
ARG ALPINE_TAG=3.22.1
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.22.0"
59+
default = "3.22.1"
6060
}
6161

6262
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)