bibekyess commited on
Commit
4c9cf16
·
unverified ·
1 Parent(s): 8b1d449

Fix nginx image to prevent probable system kill

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nginx:alpine
2
 
3
  # There is a lready a user nginx in this image, so using it to avoid permission user when running in non-root env
4
  RUN touch /var/run/nginx.pid && \
 
1
+ FROM nginx:1.27.0-alpine
2
 
3
  # There is a lready a user nginx in this image, so using it to avoid permission user when running in non-root env
4
  RUN touch /var/run/nginx.pid && \