Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): bump nginx from 84c52df to 2f5b3c6 #1269

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/src/node_modules \
RUN --mount=type=cache,target=/src/node_modules \
npm run build

FROM nginx:1.25.3@sha256:84c52dfd55c467e12ef85cad6a252c0990564f03c4850799bf41dd738738691f
FROM nginx:1.25.3@sha256:2f5b3c68024b82d902793a2611f78bad115d14e1f3165c7918772a1fe569656f

COPY --from=site-build ["/src/build", "/usr/share/nginx/html"]

Expand Down
Loading