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 0aa3cfc commit 62b056bCopy full SHA for 62b056b
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.17@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
2
-ARG RUST_VERSION=1.87.0@sha256:251cec8da4689d180f124ef00024c2f83f79d9bf984e43c180a598119e326b84
+ARG RUST_VERSION=1.88.0@sha256:6b964127aa8552b6aca53db0c12ba7c51a1f59d9e9990c74e77c11e83ff6a08e
3
4
FROM rust:${RUST_VERSION} AS planner
5
WORKDIR /app
0 commit comments