Skip to content

Commit 048a000

Browse files
committed
docker: upgrade deps build to zig 0.12.0-dev.3518+d2be725e4
1 parent 17b20e1 commit 048a000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
1414
REGISTRY: ghcr.io
1515
IMAGE_NAME: lightpanda-io/browsercore-deps
16-
ZIG_DOCKER_VERSION: 0.12.0-dev.1773-8a8fd47d2
16+
ZIG_DOCKER_VERSION: 0.12.0-dev.3518-d2be725e4
1717

1818
jobs:
1919
build-deps:

Dockerfile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This dockerfile is used to build browsercore vendor dependencies except
22
# jsruntime-lib v8.
33
# jsruntime-lib v8 is built via zig-v8-fork/Dockerfile.
4-
ARG ZIG_DOCKER_VERSION=0.11.0
4+
ARG ZIG_DOCKER_VERSION=0.12.0-dev.3518-d2be725e4
55
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
66

77
# Install required dependencies

0 commit comments

Comments
 (0)