From f97ca643b4f5e9a14c90bcf2c394bcc0386b6453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:56:49 +0000 Subject: [PATCH] Bump rust from 1.65.0 to 1.69.0 Bumps rust from 1.65.0 to 1.69.0. --- 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..08af617 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.69.0 AS rust RUN rustup component add clippy rustfmt WORKDIR /app COPY Cargo.toml Cargo.lock .rustfmt.toml ./