From 9ea0147b63499769a3727de70d8cf80a0eca9629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 20:27:34 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.2 --- images/commons/Dockerfile | 2 +- images/mariadb/10.11.Dockerfile | 2 +- images/mongo/4.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/commons/Dockerfile b/images/commons/Dockerfile index 9df315411..82366bbc7 100644 --- a/images/commons/Dockerfile +++ b/images/commons/Dockerfile @@ -1,7 +1,7 @@ FROM webdevops/go-crond:23.2.0-alpine AS go-crond FROM amazeeio/envplate:v1.0.0-rc.3 AS envplate -FROM alpine:3.18.0 +FROM alpine:3.18.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 6f1bd4943..cb9e345f2 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.18.0 +FROM alpine:3.18.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 468c1fcce..2e8a8ec3c 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.18.0 +FROM alpine:3.18.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"