aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-12 14:34:48 +0100
committerGravatar Chris Lovering <[email protected]>2022-09-14 14:06:45 +0100
commit8a52241f3321c434c1dfce4b185cc5d39a15bcf9 (patch)
tree6289f359ccd6b47dc4530d9485b9c151034345ae /docker-compose.yml
parentMerge pull request #151 from python-discord/bump-deps (diff)
Change base Python version to 3.113.11
This also pre-installs all the deps into the built image, so shouldn't be deployed using the deployment found in this repo.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 9d3ae71..8104fb2 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,7 +5,7 @@ services:
container_name: snekbox_dev
hostname: snekbox_dev
privileged: true
- image: ghcr.io/python-discord/snekbox${IMAGE_SUFFIX:--venv:dev}
+ image: ghcr.io/chrislovering/snekbox:3.11
pull_policy: never
ports:
- 8060:8060