diff options
author | 2022-08-23 20:48:26 +0100 | |
---|---|---|
committer | 2022-09-21 23:02:54 +0100 | |
commit | 31dfe02377e90582c1a7ecd0f7df566aa7b05d51 (patch) | |
tree | 23869e3257239638302866ca1d43db13f6f63e46 /Dockerfile | |
parent | Add bot core as a dep and bump all deps (diff) |
Upgrade to Python 3.10
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.9-slim +FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim # Install dependencies WORKDIR /bot |