Skip to content

Commit

Permalink
Merge pull request #72 from uselagoon/db-tools-mariadb-update
Browse files Browse the repository at this point in the history
chore: update alpine and pin mariadb to 10.11.6
  • Loading branch information
tobybellwood authored Jul 29, 2024
2 parents 0dbc9ee + 59f9d4d commit 35cbfff
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.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"
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 35cbfff

Please sign in to comment.