Skip to content

Commit

Permalink
as -> AS
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 13, 2025
1 parent 1df8e14 commit ef01905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/docker/builder.ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN echo "fn main() { println!(\"I'm the dummy.\"); }" > /app/crates/node/app/sr
# with the `ubuntu` base and Rust installed.
# Using the `jammy` version because `latest` gave a GLIBC_2.38 not found with the `debian:bookworm` runner.
# See version at https://packages.debian.org/search?searchon=sourcenames&keywords=glibc and https://launchpad.net/ubuntu/+source/glibc
FROM --platform=$BUILDPLATFORM ubuntu:jammy as builder
FROM --platform=$BUILDPLATFORM ubuntu:jammy AS builder

RUN apt-get update && \
apt-get install -y build-essential clang cmake protobuf-compiler curl \
Expand Down

0 comments on commit ef01905

Please sign in to comment.