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 authored and cxong committed Oct 29, 2024
1 parent 955885a commit 5068e89
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 @@ -14,7 +14,7 @@ ENV PATH /etc/poetry/bin/:$PATH
RUN poetry install
RUN make run

FROM nginx:1.23.2-alpine
FROM nginx:1.27.2-alpine

COPY --from=builder /src/_build /www
COPY vhost.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 5068e89

Please sign in to comment.