From b8f3a12d4c4c896b5bffaeeadcc31522a5470c40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:30:47 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.2 --- database-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-tools/Dockerfile b/database-tools/Dockerfile index 8230510c..21a03749 100644 --- a/database-tools/Dockerfile +++ b/database-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 +FROM alpine:3.20.2 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"