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

Commit e2a4ed3

Browse files
committed
Update python Docker tag to v3.10.0
1 parent 11e3493 commit e2a4ed3

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.10.0-alpine
22

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

0 commit comments

Comments
 (0)