Skip to content

Commit

Permalink
Merge pull request #2710 from tygyh/snyk-fix-55531feb35c68ea5b40eb1cb…
Browse files Browse the repository at this point in the history
…85cba684

fix: Dockerfile to reduce vulnerabilities
  • Loading branch information
piranha committed Sep 12, 2024
2 parents b9618a8 + 80e31bd commit 3f5e76a
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.17-alpine
FROM nginx:1.23.2-alpine

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

0 comments on commit 3f5e76a

Please sign in to comment.