Skip to content

Commit d59be1e

Browse files
feat!: Use Python 3.11.0rc2 as base image (#66)
This time prepare in advance and provide `py311` Docker images before stable 3.11.0 release to allow users try new Python version in advance.
1 parent 06d21c3 commit d59be1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.7-slim-bullseye as python-base
1+
FROM python:3.11.0rc2-slim-bullseye as python-base
22

33
LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
44
LABEL description="Add poetry, pre-commit and tox installed via pipx as well as other system dev tools to official Python slim Docker image."

0 commit comments

Comments
 (0)