Upgraded to Alpine 3.11

migrate-github-actions 1.5.0
Tim de Pater 2020-03-15 07:57:02 +01:00
parent 61a7284615
commit 1780ba14fa
No known key found for this signature in database
GPG Key ID: BFE5D809439C9723
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
@ -26,7 +26,6 @@ RUN mkdir -p /var/www/html
RUN chown -R nobody.nobody /var/www/html && \
chown -R nobody.nobody /run && \
chown -R nobody.nobody /var/lib/nginx && \
chown -R nobody.nobody /var/tmp/nginx && \
chown -R nobody.nobody /var/log/nginx
# Make the document root a volume

View File

@ -1 +1 @@
This should also work and be served by Nginx
This static HTML file is served by Nginx