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 0780c4c commit e18d019Copy full SHA for e18d019
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:4011c42f28e9b54c86b52211598dbc6bcaa520311ddd55f211587cdd71f88a9c
+FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:b5831ee7f7aa827cbae87df4a30a642f62c747d8525f5674365389f3adab278d
29
30
# Need root user to install packages & manipulate the usr directory
31
USER root
0 commit comments