docker: change org name to lightpanda-io

This commit is contained in:
Pierre Tachoire
2023-12-07 10:30:38 +01:00
parent f61631965b
commit 95d3866e4a

View File

@@ -2,7 +2,7 @@
# jsruntime-lib v8.
# jsruntime-lib v8 is built via zig-v8-fork/Dockerfile.
ARG ZIG_DOCKER_VERSION=0.11.0
FROM ghcr.io/browsercore/zig:${ZIG_DOCKER_VERSION} as build
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
# Install required dependencies
RUN apt update && \