Skip to content

Commit 30e0588

Browse files
eclipse-apoapsis-botsschuberth
authored andcommitted
deps: update nginx:1.29-alpine docker digest to b3c656d
1 parent c2bb55c commit 30e0588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/docker/UI.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN pnpm install --frozen-lockfile
3838
RUN pnpm run build
3939

4040
# Stage 2: Serve the app with nginx.
41-
FROM nginx:1.29-alpine@sha256:9dacca6749f2215cc3094f641c5b6662f7791e66a57ed034e806a7c48d51c18f
41+
FROM nginx:1.29-alpine@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14
4242

4343
# Copy the build output to the nginx html directory.
4444
COPY --from=build /app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)