Skip to content

[ON HOLD] docker: upgrade deps build to zig 0.12.0-dev.3518+d2be725e4 #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: lightpanda-io/browsercore-deps
ZIG_DOCKER_VERSION: 0.12.0-dev.1773-8a8fd47d2
ZIG_DOCKER_VERSION: 0.12.0-dev.3518-d2be725e4

jobs:
build-deps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This dockerfile is used to build browsercore vendor dependencies except
# jsruntime-lib v8.
# jsruntime-lib v8 is built via zig-v8-fork/Dockerfile.
ARG ZIG_DOCKER_VERSION=0.11.0
ARG ZIG_DOCKER_VERSION=0.12.0-dev.3518-d2be725e4
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build

# Install required dependencies
Expand Down