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

chore(deps): update nginx docker tag to v1.25.4 #1287

Merged
merged 1 commit into from
Feb 15, 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:c7a6ad68be85142c7fe1089e48faa1e7c7166a194caa9180ddea66345876b9d2
FROM nginx:1.25.4@sha256:6fe56b70f598dee94864a971e9ce7b022fd71651dd278c7ef60e584248aca972

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

Expand Down
Loading