Skip to content

Commit

Permalink
Upgraded to Alpine 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Mar 15, 2020
1 parent 61a7284 commit 1780ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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."

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This should also work and be served by Nginx
This static HTML file is served by Nginx

0 comments on commit 1780ba1

Please sign in to comment.