Skip to content

Commit 1922639

Browse files
fix: Update base image to python-3.13-alpine and requests to 2.33.0 to fix vulns
Signed-off-by: Anurag Rajawat <anurag@stepsecurity.io>
1 parent 781cc80 commit 1922639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.2-slim-buster@sha256:ed48f14994a6de2240f0b3a491f75a78b491010b45c1cfa16273022ae5408c61
1+
FROM python:3.13-alpine@sha256:bb1f2fdb1065c85468775c9d680dcd344f6442a2d1181ef7916b60a623f11d40
22

33
ENV PYTHONUNBUFFERED=1
44

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==2.23.0
1+
requests==2.33.0

0 commit comments

Comments
 (0)