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 5e7ec08 commit 4252023Copy full SHA for 4252023
parser/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.80.1 AS build
+FROM rust:1.81.0 AS build
2
3
RUN --mount=type=cache,target=/usr/local/cargo/git \
4
--mount=type=cache,target=/usr/local/cargo/registry \
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git \
19
FROM scratch AS build_export
20
COPY --from=build /parser/pkg /
21
22
-FROM rust:1.80.1 AS license
+FROM rust:1.81.0 AS license
23
24
25
0 commit comments