From 3a72c45377ff0a47523b5a75c2d1789e31319d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:57:29 +0000 Subject: [PATCH] Bump rust from 1.65.0 to 1.68.1 Bumps rust from 1.65.0 to 1.68.1. --- 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..00faf4f 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.1 AS rust RUN rustup component add clippy rustfmt WORKDIR /app COPY Cargo.toml Cargo.lock .rustfmt.toml ./