Skip to content

Commit

Permalink
nginx latest
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinP122 committed Feb 13, 2024
1 parent 4263dd3 commit 04cc713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ./ ./.
RUN yarn build

# Use distroless
FROM cgr.dev/chainguard/nginx:latest@sha256:3dd8fa303f77d7eb6ce541cb05009a5e8723bd7e3778b95131ab4a2d12fadb8f
FROM cgr.dev/chainguard/nginx:latest

# Copy built statc files to nginx www root
COPY --from=build /a-block/build/ /usr/share/nginx/html/.

0 comments on commit 04cc713

Please sign in to comment.