We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df8e14 commit ef01905Copy full SHA for ef01905
crates/node/docker/builder.ci.Dockerfile
@@ -31,7 +31,7 @@ RUN echo "fn main() { println!(\"I'm the dummy.\"); }" > /app/crates/node/app/sr
31
# with the `ubuntu` base and Rust installed.
32
# Using the `jammy` version because `latest` gave a GLIBC_2.38 not found with the `debian:bookworm` runner.
33
# See version at https://packages.debian.org/search?searchon=sourcenames&keywords=glibc and https://launchpad.net/ubuntu/+source/glibc
34
-FROM --platform=$BUILDPLATFORM ubuntu:jammy as builder
+FROM --platform=$BUILDPLATFORM ubuntu:jammy AS builder
35
36
RUN apt-get update && \
37
apt-get install -y build-essential clang cmake protobuf-compiler curl \
0 commit comments