diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index a40bbe8c88..d9b47b2605 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -30,7 +30,7 @@ RUN --mount=type=bind,source=.git,target=/src/.git /src/scripts/docker-package.s RUN cp /src/apps/web/config.sample.json /src/apps/web/webapp/config.json # App -FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:d9fa63891743a11eb56ca1b22d8cc227491df183ca3da2cf1bf2c6e010bf19a5 +FROM nginxinc/nginx-unprivileged:alpine-slim@sha256:22f839c5fb4007dc24d203a170a9e03fc185d660bfefc34ac6823a7aef085cbc # Need root user to install packages & manipulate the usr directory USER root