From 82d4ed2c79ca5f20b4cc5138f21de35105e3bb16 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 19 Jun 2024 17:27:56 +1000 Subject: [PATCH 1/2] chore: update alpine and pin mariadb --- database-tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database-tools/Dockerfile b/database-tools/Dockerfile index 8230510c..f34ad218 100644 --- a/database-tools/Dockerfile +++ b/database-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 +FROM alpine:3.19.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" @@ -9,6 +9,6 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.17/community' >> /etc/apk/repo grep \ sed \ mongodb-tools=4.2.14-r17 \ - mysql-client \ + mysql-client=10.11.6-r0 \ postgresql-client \ && rm -rf /var/cache/apk/* From 59f9d4db3d4d8f0058d7fc56a82a1fbe63b260b8 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 30 Jul 2024 09:38:48 +1000 Subject: [PATCH 2/2] Update alpine to 3.19.3 --- database-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-tools/Dockerfile b/database-tools/Dockerfile index f34ad218..938a17d9 100644 --- a/database-tools/Dockerfile +++ b/database-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 +FROM alpine:3.19.3 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"