From 956eeef6f31849369014dabe946912ad1e353a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:57:51 +0000 Subject: [PATCH] Bump rust from 1.65.0 to 1.68.2 Bumps rust from 1.65.0 to 1.68.2. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17d19e9..f2f9c30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Cross-compile the app for musl to create a statically-linked binary for alpine. -FROM rust:1.65.0 AS rust +FROM rust:1.68.2 AS rust RUN rustup component add clippy rustfmt WORKDIR /app COPY Cargo.toml Cargo.lock .rustfmt.toml ./