From 403e0c23ba63fccc95ea473cd2d3c7e9246dabc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:52:15 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.3 --- images/commons/Dockerfile | 2 +- images/mongo/4.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/commons/Dockerfile b/images/commons/Dockerfile index 08d409167..566117d94 100644 --- a/images/commons/Dockerfile +++ b/images/commons/Dockerfile @@ -1,7 +1,7 @@ FROM webdevops/go-crond:23.12.0-alpine AS go-crond FROM amazeeio/envplate:v1.0.3 AS envplate -FROM alpine:3.20.2 +FROM alpine:3.20.3 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION diff --git a/images/mongo/4.Dockerfile b/images/mongo/4.Dockerfile index aa489162a..58d1fa5b5 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.20.2 +FROM alpine:3.20.3 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION