Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use stable nginx image version
  • Loading branch information
simonaco committed Aug 29, 2018
1 parent 9b99aa6 commit c5342f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM nginx:alpine
FROM nginx:stable-alpine
LABEL author="Simona Cotin"
COPY ./dist/browser /var/www
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit c5342f5

Please sign in to comment.