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 Jan 17, 2025
1 parent ac9a1cb commit 68ee64a
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:4186a153d59aee880f8bd52dd258372464f2aaf41baf6d907690207b60910f4a
FROM cgr.dev/chainguard/nginx@sha256:a3ce7b468befa2912631496c758566164bb7444bba1277b596f2bfbfba19c8f5
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 68ee64a

Please sign in to comment.