diff --git a/images/commons/Dockerfile b/images/commons/Dockerfile index 3256e5d51..9ab275d13 100644 --- a/images/commons/Dockerfile +++ b/images/commons/Dockerfile @@ -1,7 +1,7 @@ FROM webdevops/go-crond:23.10.0-beta-alpine AS go-crond FROM amazeeio/envplate:v1.0.3 AS envplate -FROM alpine:3.19.1 +FROM alpine:3.19.2 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images" diff --git a/images/mariadb/10.11.Dockerfile b/images/mariadb/10.11.Dockerfile index f2196ed34..0b4e7cbf9 100644 --- a/images/mariadb/10.11.Dockerfile +++ b/images/mariadb/10.11.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM alpine:3.19.1 +FROM alpine:3.19.2 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images" diff --git a/images/mongo/4.Dockerfile b/images/mongo/4.Dockerfile index 4c22b281d..2df5d724b 100644 --- a/images/mongo/4.Dockerfile +++ b/images/mongo/4.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM alpine:3.19.1 +FROM alpine:3.19.2 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"