diff --git a/alpine/hotspot/Dockerfile b/alpine/hotspot/Dockerfile index b986347890..44adb735aa 100644 --- a/alpine/hotspot/Dockerfile +++ b/alpine/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.20.1 +ARG ALPINE_TAG=3.20.2 FROM alpine:"${ALPINE_TAG}" AS jre-build diff --git a/docker-bake.hcl b/docker-bake.hcl index 9ca633a2c8..6e727e7ad1 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -100,7 +100,7 @@ variable "COMMIT_SHA" { } variable "ALPINE_FULL_TAG" { - default = "3.20.1" + default = "3.20.2" } variable "ALPINE_SHORT_TAG" {