Skip to content
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