Skip to content

Commit 2be5b1f

Browse files
Update python:3.10-slim Docker digest to 1145b3e
1 parent 65ce29c commit 2be5b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY requirements.txt .
2626
RUN pip install -r requirements.txt
2727

2828
# FROM python:3.12.0b3-slim@sha256:8e3ef64883278384c49293caf631d614b4bfdac7bb494d44e17cf2d711ce2652
29-
FROM python:3.10-slim@sha256:2bac43769ace90ebd3ad83e5392295e25dfc58e58543d3ab326c3330b505283d
29+
FROM python:3.10-slim@sha256:1145b3e532d2ee17b2377a76f5f957a5dbf9990e6274dbf4e3479eab993ef107
3030

3131
RUN groupadd -g 999 python && \
3232
useradd -r -u 999 -g python python

0 commit comments

Comments
 (0)