Skip to content

Commit

Permalink
fix: web/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 17, 2024
1 parent d5b43e8 commit bbfd542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ COPY $BASE_PATH/. .
RUN yarn build

# Stage 2: Run
FROM nginx:stable-alpine
FROM nginx:1.24-alpine3.17
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=build /replace/dist/replace-web /usr/share/nginx/html

0 comments on commit bbfd542

Please sign in to comment.