Skip to content

Commit 05779a0

Browse files
authored
Merge pull request #74 from commitizen-tools/fix/bump-py310
build: bump python version to 3.10
2 parents 4498afe + 9f89fad commit 05779a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-alpine
1+
FROM python:3.10-alpine
22

33
RUN set -eux; \
44
apk add --no-cache \

0 commit comments

Comments
 (0)