Skip to content

Commit 65c06fa

Browse files
authored
Update base image label in Dockerfile
1 parent 45ec757 commit 65c06fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasicontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/python/devcontainer:latest
22

3-
LABEL org.opencontainers.image.base.name="ghcr.io/python/devcontainer:latest"
3+
LABEL org.opencontainers.image.base.name="ghcr.io/python/wasicontainer:latest"
44
LABEL org.opencontainers.image.source="https://github.com/python/cpython-devcontainers"
55
LABEL org.opencontainers.image.title="CPython WASI development container"
66
LABEL org.opencontainers.image.description="CPython development container with the tooling to work on WASI builds."

0 commit comments

Comments
 (0)