Skip to content

Commit

Permalink
chore: update alpine and pin mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jun 19, 2024
1 parent ad57c8d commit 82d4ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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/*

0 comments on commit 82d4ed2

Please sign in to comment.