Merge branch 'patch-2' into 'develop'

Update Dockerfile to use Alpine 3.11

See merge request funkwhale/funkwhale!1017
merge-requests/1042/head
Eliot Berriot 2020-02-01 10:35:02 +01:00
commit f9866ca800
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
FROM alpine:3.8
FROM alpine:3.11
RUN \
echo 'installing dependencies' && \
apk add \
apk add --no-cache \
bash \
git \
gettext \