Skip to content

Commit

Permalink
Bump chainguard image for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 31, 2024
1 parent 9a66a97 commit d8aef9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /usr/src/app
COPY . .
RUN npm install && npx vite build

FROM cgr.dev/chainguard/nginx@sha256:07b126e39a19f3d1e149839a1c908084f2a6cc6664893659bc9abd8439ee9f7b
FROM cgr.dev/chainguard/nginx@sha256:aaa7cb67edbdd3c2773c1a90237b516e4b9bd4ed7be0b26367ede3274b3a7869
EXPOSE 8081
COPY --from=builder /usr/src/app/dist /var/lib/nginx/html
COPY nginx.conf /etc/nginx/conf.d/ris.conf

0 comments on commit d8aef9e

Please sign in to comment.