Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 3, 2024
1 parent 20b5e78 commit bd551e0
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 ./ /app/

RUN npm run build

FROM nginx:1.20
FROM nginx:1.27.3

COPY --from=build-stage /app/build/ /usr/share/nginx/html

Expand Down

0 comments on commit bd551e0

Please sign in to comment.