Skip to content

Commit

Permalink
chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-copilot[bot] committed Dec 8, 2024
1 parent 9ac535c commit 7302f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . .
RUN yarn build

# nginx state for serving content
FROM nginxinc/nginx-unprivileged:1.25.1-alpine
FROM nginxinc/nginx-unprivileged:1.25.5-alpine
# Set working directory to nginx asset directory
WORKDIR /usr/share/nginx/html
# Copy static assets from builder stage
Expand Down

0 comments on commit 7302f5c

Please sign in to comment.