From 1a69c81c1f3c4a387058e6866a0cdb888179fd10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:59:57 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.1 --- database-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-tools/Dockerfile b/database-tools/Dockerfile index 938a17d9..c1e606c0 100644 --- a/database-tools/Dockerfile +++ b/database-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.3 +FROM alpine:3.21.1 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"