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 f0eb954 commit d0bfbefCopy full SHA for d0bfbef
1 file changed
apps/web/Dockerfile
@@ -25,7 +25,7 @@ RUN --mount=type=bind,source=.git,target=/src/.git /src/scripts/docker-package.s
25
RUN cp /src/apps/web/config.sample.json /src/apps/web/webapp/config.json
26
27
# App
28
-FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:b5831ee7f7aa827cbae87df4a30a642f62c747d8525f5674365389f3adab278d
+FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:360465db60105a4cbf5215cd9e5a2ba40ef956978dd94f99707e9674050e38ea
29
30
# Need root user to install packages & manipulate the usr directory
31
USER root
0 commit comments