Bump nodejs, cargo-{zigbuild,auditable,chef}, zig, mdbook

This commit is contained in:
Quentin Gliech
2024-05-06 18:14:06 +02:00
parent f93f6dffc3
commit 31746639cf
5 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# syntax = docker/dockerfile:1.6
# syntax = docker/dockerfile:1.7.1
# Builds a minimal image with the binary only. It is multi-arch capable,
# cross-building to aarch64 and x86_64. When cross-compiling, Docker sets two
@@ -12,11 +12,11 @@ ARG RUSTC_VERSION=1.78.0
# XXX: Upgrade to 0.10.0 blocked by https://github.com/ziglang/zig/issues/10915#issuecomment-1354548110
# XXX: Upgrade to 0.11.0 blocked by https://github.com/rust-cross/cargo-zigbuild/issues/162
ARG ZIG_VERSION=0.9.1
ARG NODEJS_VERSION=20.9.0
ARG NODEJS_VERSION=20.12.2
ARG OPA_VERSION=0.64.1
ARG CARGO_AUDITABLE_VERSION=0.6.2
ARG CARGO_CHEF_VERSION=0.1.64
ARG CARGO_ZIGBUILD_VERSION=0.18.3
ARG CARGO_AUDITABLE_VERSION=0.6.3
ARG CARGO_CHEF_VERSION=0.1.66
ARG CARGO_ZIGBUILD_VERSION=0.18.4
##########################################
## Build stage that builds the frontend ##