Skip to content

Commit d9148da

Browse files
Merge pull request #71 from step-security/fix-vulns
fix: Resolve security vulnerabilities
2 parents 109bb2f + b82a278 commit d9148da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.14-alpine3.23@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345
1+
FROM python:3.14-alpine3.23@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510
22

3-
RUN apk add --no-cache curl
3+
RUN apk add --no-cache curl && apk upgrade --no-cache zlib
44

55
COPY LICENSE \
66
README.md \

0 commit comments

Comments
 (0)