Bump python version

This commit is contained in:
Gabriel Augendre 2022-12-10 01:38:11 +01:00
parent 673f8000a7
commit c6e2b844fb
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
############################################## ##############################################
# Main image # Main image
############################################## ##############################################
FROM python:3.11.0-slim-bullseye AS final FROM python:3.11.1-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive

View file

@ -3,7 +3,7 @@
## Quick start ## Quick start
Clone, then Clone, then
```shell ```shell
pyenv virtualenv 3.10.7 charasheet pyenv virtualenv 3.11.1 charasheet
pyenv local charasheet pyenv local charasheet
pip install pip-tools pip install pip-tools
pip-sync requirements.txt requirements-dev.txt pip-sync requirements.txt requirements-dev.txt