Skip to content

Commit 4252023

Browse files
committed
build: use Rust v1.81.0
1 parent 5e7ec08 commit 4252023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parser/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.80.1 AS build
1+
FROM rust:1.81.0 AS build
22

33
RUN --mount=type=cache,target=/usr/local/cargo/git \
44
--mount=type=cache,target=/usr/local/cargo/registry \
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git \
1919
FROM scratch AS build_export
2020
COPY --from=build /parser/pkg /
2121

22-
FROM rust:1.80.1 AS license
22+
FROM rust:1.81.0 AS license
2323

2424
RUN --mount=type=cache,target=/usr/local/cargo/git \
2525
--mount=type=cache,target=/usr/local/cargo/registry \

0 commit comments

Comments
 (0)