mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +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
|
# 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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue