update to nginx:1.19.7-alpine

This commit is contained in:
Grant Birkinbine
2021-03-25 09:48:58 -07:00
committed by GitHub
parent 3a68d514d7
commit bb6f27f123

View File

@@ -1,4 +1,4 @@
FROM nginx:1.19.3-alpine
FROM nginx:1.19.7-alpine
# Add bash for boot cmd
RUN apk add bash
@@ -29,4 +29,4 @@ RUN touch /var/run/nginx.pid && chown -R nginx:nginx /var/run/nginx.pid
USER nginx
CMD ["nginx", "-g", "'daemon off;'"]
CMD ["nginx", "-g", "'daemon off;'"]