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 f269eeaCopy full SHA for f269eea
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:5771a3cc2081935c59ac52b92d49c9e164d4fed92c9f6420aa8cc50364aead6e
3
4
FROM rust:${RUST_VERSION} AS planner
5
WORKDIR /app
0 commit comments