File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66ARG SNEKBOX_IMAGE=ghcr.io/python-discord/snekbox:latest
77FROM ${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
1414RUN rm /snekbin/python/default && ln -s /snekbin/python/3.14/ /snekbin/python/default
You can’t perform that action at this time.
0 commit comments