Skip to content

Commit abedbbf

Browse files
committed
Merge remote-tracking branch 'upstream/master' into lts
2 parents 8c211a9 + fdf82f1 commit abedbbf

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.21.3
1+
ARG ALPINE_TAG=3.22.0
22

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

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ variable "COMMIT_SHA" {
7575
}
7676

7777
variable "ALPINE_FULL_TAG" {
78-
default = "3.21.3"
78+
default = "3.22.0"
7979
}
8080

8181
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)