Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit c73c773

Browse files
chore(deps): update docker.io/library/nginx:alpine docker digest to 8b1e787
1 parent 4dd43d0 commit c73c773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_portal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323
RUN VITE_PUBLIC_BASE_URL=${PUBLIC_BASE_URL} pnpm run build
2424

2525
# Production image
26-
FROM docker.io/library/nginx:alpine@sha256:645eda1c2477aaa9b879f73909b9222c6f19798dd45be6706268d82a661c6e6d
26+
FROM docker.io/library/nginx:alpine@sha256:8b1e78743a03dbb2c95171cc58639fef29abc8816598e27fb910ed2e621e589a
2727

2828
# Copy built assets
2929
COPY --from=builder /app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)