Skip to content
Open
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 frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN npm run build
# --- Production stage: unprivileged nginx ---
# nginxinc/nginx-unprivileged runs as a non-root user (uid 101) and listens
# on an unprivileged port by default — no setuid binaries needed at runtime.
FROM nginxinc/nginx-unprivileged:1.27-alpine
FROM nginxinc/nginx-unprivileged:1.31-alpine

LABEL org.opencontainers.image.title="task-manager-frontend" \
org.opencontainers.image.description="React frontend for the DevOps Task Manager" \
Expand Down
Loading