Skip to content

Commit 344af49

Browse files
committed
Amend paths from pre-built images
1 parent f35241a commit 344af49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.pydis

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
ARG SNEKBOX_IMAGE=ghcr.io/python-discord/snekbox:latest
77
FROM ${SNEKBOX_IMAGE}
88

9-
COPY --link --from=ghcr.io/python-discord/python-builds:3.13 /snekbin/ /snekbin/python/3.13/
10-
COPY --link --from=ghcr.io/python-discord/python-builds:3.14 /snekbin/ /snekbin/python/3.14/
11-
COPY --link --from=ghcr.io/python-discord/python-builds:3.14t /snekbin/ /snekbin/python/3.14t/
12-
COPY --link --from=ghcr.io/python-discord/python-builds:3.14j /snekbin/ /snekbin/python/3.14j/
9+
COPY --link --from=ghcr.io/python-discord/python-builds:3.13 /snekbin/ /snekbin/
10+
COPY --link --from=ghcr.io/python-discord/python-builds:3.14 /snekbin/ /snekbin/
11+
COPY --link --from=ghcr.io/python-discord/python-builds:3.14t /snekbin/ /snekbin/
12+
COPY --link --from=ghcr.io/python-discord/python-builds:3.14j /snekbin/ /snekbin/
1313

1414
RUN rm /snekbin/python/default && ln -s /snekbin/python/3.14/ /snekbin/python/default

0 commit comments

Comments
 (0)