Spaces:
Running
Running
Fix nginx image to prevent probable system kill
Browse files- 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 && \
|