diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index b4855b15..9500f1bf 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -11,7 +11,7 @@ RUN npm ci COPY apps/web/ apps/web/ RUN npm run build --workspace apps/web # prebuild copies web-ifc WASM into public/wasm/ -FROM nginx:1.31-alpine@sha256:db35bfc6b2951e7f8a72db5db120288c127ffaeeb4a6d4b95a26fead017d5913 +FROM nginx:1.31-alpine@sha256:72ba65eb42c10344912a84ff42408db7d34f2feb642204570ab8fc5ffd29f1d3 COPY apps/web/nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /repo/apps/web/dist /usr/share/nginx/html EXPOSE 80