Skip to content

Commit 1780ba1

Browse files
committed
Upgraded to Alpine 3.11
1 parent 61a7284 commit 1780ba1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.11
22
LABEL Maintainer="Tim de Pater <[email protected]>" \
33
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
44

@@ -26,7 +26,6 @@ RUN mkdir -p /var/www/html
2626
RUN chown -R nobody.nobody /var/www/html && \
2727
chown -R nobody.nobody /run && \
2828
chown -R nobody.nobody /var/lib/nginx && \
29-
chown -R nobody.nobody /var/tmp/nginx && \
3029
chown -R nobody.nobody /var/log/nginx
3130

3231
# Make the document root a volume

src/test.html

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

0 commit comments

Comments
 (0)