diff --git a/Dockerfile b/Dockerfile index e2bdbdc..0763682 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################## ### BASE STAGE ### ################## -FROM rust:1.95.0 as base +FROM rust:1.95.0 AS base # Install build dependencies RUN cargo install --locked trunk@^0.21.14 strip_cargo_version