Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 0dc1336

Browse files
Update python Docker tag to v3.12.3
1 parent ddafdfd commit 0dc1336

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
@@ -1,4 +1,4 @@
1-
FROM python:3.9.0-alpine
1+
FROM python:3.12.3-alpine
22

33
RUN apk add --no-cache --update git make gcc python3-dev musl-dev && \
44
set -ex && \

0 commit comments

Comments
 (0)