diff --git a/alpine/hotspot/Dockerfile b/alpine/hotspot/Dockerfile index 02de8298f1..15a766dd43 100644 --- a/alpine/hotspot/Dockerfile +++ b/alpine/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.24.0 +ARG ALPINE_TAG=3.24.1 FROM alpine:"${ALPINE_TAG}" AS jre-and-war diff --git a/docker-bake.hcl b/docker-bake.hcl index ebb54fbb4b..c2b518821c 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -44,7 +44,7 @@ variable "COMMIT_SHA" { } variable "ALPINE_FULL_TAG" { - default = "3.24.0" + default = "3.24.1" } variable "ALPINE_SHORT_TAG" {