Upgrading Docker to include newer node, so front-end builds
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# Tested with: OrbStack (recommended on macOS), Docker Desktop (slower bind mounts)
|
||||
|
||||
FROM rust:1.93-bookworm AS base
|
||||
FROM rust:1.94-bookworm AS base
|
||||
|
||||
# Clippy and rustfmt are needed at runtime for acceptance gates
|
||||
RUN rustup component add clippy rustfmt
|
||||
|
||||
Reference in New Issue
Block a user