Skip to content

Commit

Permalink
chore(deps): change base image to alpine 3.20 (#92)
Browse files Browse the repository at this point in the history
this will get us the latest nginx, which remediates the last CVE
https://nvd.nist.gov/vuln/detail/CVE-2024-7347 we have.

Co-authored-by: Matt Wise <[email protected]>
  • Loading branch information
diranged and diranged authored Oct 22, 2024
1 parent 179cdc6 commit d95c3ee
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
@@ -1,4 +1,4 @@
FROM python:3.13-alpine3.19
FROM python:3.13-alpine3.20

RUN apk add nginx jq openssl libpq-dev build-base bash

Expand Down

0 comments on commit d95c3ee

Please sign in to comment.