We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f7c9b commit a1db6f5Copy full SHA for a1db6f5
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN /src/scripts/docker-package.sh
19
RUN cp /src/config.sample.json /src/webapp/config.json
20
21
# App
22
-FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:ec6b8b1f1bfa594db13e99fc692b9fb816cb7e365927196610f622659de95913
+FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:ef0100e39ffe377a42ad99e1f644b78097a84f1ac60a90eac3b888196b2eeb00
23
24
# Need root user to install packages & manipulate the usr directory
25
USER root
0 commit comments