Skip to content

Commit 267d2b5

Browse files
committed
pin alpine for mariadb to 3.8 to not need to upgrade to 10.3 yet.
1 parent e827717 commit 267d2b5

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)