diff options
| author | 2023-09-04 16:04:22 +0100 | |
|---|---|---|
| committer | 2023-09-04 16:04:22 +0100 | |
| commit | 20cfe8ad1efc243a136bfca2397c69ed7dd8f245 (patch) | |
| tree | 91dd0406d1699cddd7d22441384a8d13e5ce58c1 /Dockerfile | |
| parent | Only trigger CI on release for published releases (diff) | |
| parent | Implement fixes advised by Ruff (diff) | |
Merge pull request #72 from python-discord/jb3/3.11-upgrade
Python 3.11 upgrade & dep version bumps
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/owl-corp/python-poetry-base:3.10-slim +FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.11-slim ENV PYTHONHASHSEED=random |