Skip to content

Commit 0774164

Browse files
authored
Merge pull request uselagoon#906 from amazeeio/mariadb-pinned-alpine
pin alpine for mariadb to 3.8 to not need to upgrade to 10.3 yet.
2 parents e827717 + 267d2b5 commit 0774164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/mariadb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE_REPO
22
FROM ${IMAGE_REPO:-lagoon}/commons as commons
3-
FROM alpine:latest
3+
FROM alpine:3.8
44

55
LABEL maintainer="amazee.io"
66

0 commit comments

Comments
 (0)