1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00

Move alpine version definition out to variable

This commit is contained in:
Dario Ernst
2019-06-26 21:10:50 +00:00
parent 1fa287a6d9
commit c787e4bdbd
13 changed files with 28 additions and 16 deletions

View File

@ -1,4 +1,5 @@
FROM alpine:3.10
ARG ALPINE_VERSION
FROM alpine:$ALPINE_VERSION
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip bash \