We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017ee6 commit 2c5ed61Copy full SHA for 2c5ed61
1 file changed
Dockerfile
@@ -6,7 +6,7 @@
6
# to keep this in sync between the two images. A slight mismatch in these layers
7
# would lead to douple the storage requirement on Exercism's servers.
8
9
-FROM rust:1.95.0 AS build-local-registry
+FROM rust:1.95.0-trixie AS build-local-registry
10
11
WORKDIR /work
12
COPY local-registry/Cargo.toml .
@@ -46,7 +46,7 @@ EOF
46
############################## END SHARED LAYERS ##############################
47
48
49
-FROM rust:1.95.0 AS build
+FROM rust:1.95.0-trixie AS build
50
51
52
COPY Cargo.* ./
0 commit comments