Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: Dockerfile.ui to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 7aa7526 commit a677ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN CI=true make install
COPY ./ /app/
RUN make build/ui

FROM nginx:1.27.0
FROM nginx:1.27.1
COPY ui_nginx.conf /etc/nginx/templates/default.conf.template
COPY ui_nginx_headers.conf /etc/nginx/templates/headers.conf.template
COPY --from=build-stage /app/packages/ui/dist /usr/share/nginx/html

0 comments on commit a677ce0

Please sign in to comment.