Skip to content

Commit 571f914

Browse files
committed
Use pydis build for Docker compose
1 parent a93e4e2 commit 571f914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
initContainers:
1717
- name: deps-install
18-
image: ghcr.io/python-discord/snekbox:latest
18+
image: ghcr.io/python-discord/snekbox:latest-pydis
1919
imagePullPolicy: Always
2020
volumeMounts:
2121
- name: snekbox-user-base-volume
@@ -25,7 +25,7 @@ spec:
2525
- scripts/install_eval_deps.sh
2626
containers:
2727
- name: snekbox
28-
image: ghcr.io/python-discord/snekbox:latest
28+
image: ghcr.io/python-discord/snekbox:latest-pydis
2929
imagePullPolicy: Always
3030
ports:
3131
- containerPort: 8060

0 commit comments

Comments
 (0)