Skip to content

Commit ef01905

Browse files
committed
as -> AS
1 parent 1df8e14 commit ef01905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node/docker/builder.ci.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN echo "fn main() { println!(\"I'm the dummy.\"); }" > /app/crates/node/app/sr
3131
# with the `ubuntu` base and Rust installed.
3232
# Using the `jammy` version because `latest` gave a GLIBC_2.38 not found with the `debian:bookworm` runner.
3333
# 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
34+
FROM --platform=$BUILDPLATFORM ubuntu:jammy AS builder
3535

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

0 commit comments

Comments
 (0)