diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 6352623a..064ee286 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -21,7 +21,7 @@ # SOFTWARE. ARG JAVA_VERSION=17.0.11_9 -ARG ALPINE_TAG=3.20.1 +ARG ALPINE_TAG=3.20.2 FROM alpine:"${ALPINE_TAG}" AS jre-build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/docker-bake.hcl b/docker-bake.hcl index ef178183..3c7a09c8 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -57,7 +57,7 @@ variable "VERSION" { } variable "ALPINE_FULL_TAG" { - default = "3.20.1" + default = "3.20.2" } variable "ALPINE_SHORT_TAG" {