diff options
author | 2023-03-03 15:03:55 +0100 | |
---|---|---|
committer | 2023-03-29 18:32:08 +0100 | |
commit | e24e94895d5529952c44e3aeeb4558a8d171bd9c (patch) | |
tree | fba6774d3370d1b037895632b04e0ac77e63b2b0 /Dockerfile | |
parent | Upgrade to Python 3.11 in pyproject.toml (diff) |
Upgrade to Python 3.11 in CI & Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 205b66209..794f1573a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # Define Git SHA build argument for sentry ARG git_sha="development" |