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 698a3b0 commit d5727e2Copy full SHA for d5727e2
1 file changed
ui/docker/UI.Dockerfile
@@ -38,7 +38,7 @@ RUN pnpm install --frozen-lockfile
38
RUN pnpm run build
39
40
# Stage 2: Serve the app with nginx.
41
-FROM nginx:1.29-alpine@sha256:289decab414250121a93c3f1b8316b9c69906de3a4993757c424cb964169ad42
+FROM nginx:1.29-alpine@sha256:052b75ab72f690f33debaa51c7e08d9b969a0447a133eb2b99cc905d9188cb2b
42
43
# Copy the build output to the nginx html directory.
44
COPY --from=build /app/dist /usr/share/nginx/html
0 commit comments