Skip to content
Snippets Groups Projects
Commit d1c40e78 authored by Georg Krause's avatar Georg Krause
Browse files

Update alpine Docker tag to v3.14

parent 0618df88
No related branches found
No related tags found
1 merge request!4Update alpine Docker tag to v3.14
FROM alpine:3.13 FROM alpine:3.14
MAINTAINER Funkwhale Collective MAINTAINER Funkwhale Collective
EXPOSE 80 EXPOSE 80
...@@ -60,7 +60,7 @@ RUN \ ...@@ -60,7 +60,7 @@ RUN \
\ \
\ \
echo 'setting up nginx' && \ echo 'setting up nginx' && \
rm /etc/nginx/conf.d/default.conf && \ rm /etc/nginx/http.d/default.conf && \
\ \
\ \
echo 'removing temp files' && \ echo 'removing temp files' && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment