Skip to content

Commit 11806f5

Browse files
Bump Alpine Linux Version to 3.23.3 (#599)
* 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 base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c47732a commit 11806f5

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.17_10
24-
ARG ALPINE_TAG=3.23.2
24+
ARG ALPINE_TAG=3.23.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
@@ -24,7 +24,7 @@ variable "VERSION" {
2424
}
2525

2626
variable "ALPINE_FULL_TAG" {
27-
default = "3.23.2"
27+
default = "3.23.3"
2828
}
2929

3030
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)