diff options
| author | 2023-05-31 18:02:01 +0100 | |
|---|---|---|
| committer | 2023-05-31 18:02:01 +0100 | |
| commit | 8ed6b16a0ca221fcbd1a471677f49a45268602d4 (patch) | |
| tree | 10b57ea70b0a5187cae4604dbcef336ebe5570bc /Dockerfile | |
| parent | build(deps-dev): bump ruff from 0.0.265 to 0.0.267 (#59) (diff) | |
Bump Python version to 3.11
This also bumps deps to latest
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim +FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.11-slim # Install project dependencies WORKDIR /app |