Skip to content

Commit a03ab6a

Browse files
Bump Alpine Linux Version to 3.21.2 (#1977)
* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the JDK base image (ARG ALPINE_TAG) in the... ... Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e7f52e commit a03ab6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/hotspot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_TAG=3.21.0
1+
ARG ALPINE_TAG=3.21.2
22

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

docker-bake.hcl

+1-1
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.0"
78+
default = "3.21.2"
7979
}
8080

8181
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)