mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Bump python version
This commit is contained in:
parent
673f8000a7
commit
c6e2b844fb
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
|||
##############################################
|
||||
# Main image
|
||||
##############################################
|
||||
FROM python:3.11.0-slim-bullseye AS final
|
||||
FROM python:3.11.1-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
## Quick start
|
||||
Clone, then
|
||||
```shell
|
||||
pyenv virtualenv 3.10.7 charasheet
|
||||
pyenv virtualenv 3.11.1 charasheet
|
||||
pyenv local charasheet
|
||||
pip install pip-tools
|
||||
pip-sync requirements.txt requirements-dev.txt
|
||||
|
|
Loading…
Reference in a new issue