Fix dockerfile syntax

This commit is contained in:
2026-05-15 15:56:19 +02:00
parent ba6ce926fc
commit ab28ff5671

View File

@@ -1,7 +1,7 @@
################## ##################
### BASE STAGE ### ### BASE STAGE ###
################## ##################
FROM rust:1.95.0 as base FROM rust:1.95.0 AS base
# Install build dependencies # Install build dependencies
RUN cargo install --locked trunk@^0.21.14 strip_cargo_version RUN cargo install --locked trunk@^0.21.14 strip_cargo_version