Skip to content

Commit fa3f788

Browse files
committed
upgrade rust v1.68.2 docker image
1 parent 0e5c80c commit fa3f788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.67.1 as build
1+
FROM rust:1.68.2 as build
22
LABEL maintainer="jose.bovet@gmail.com"
33

44
RUN cargo new --bin tlschecker
@@ -18,7 +18,7 @@ RUN rm ./target/release/deps/tlschecker*
1818
RUN cargo build --release
1919

2020
# base
21-
FROM rust:1.67.1-slim-buster
21+
FROM rust:1.68.2-slim-buster
2222

2323
# copy the build artifact from the build stage
2424
COPY --from=build /tlschecker/target/release/tlschecker .

0 commit comments

Comments
 (0)