From c1232ec77f5a47fc29193acdd80ad02de9a3e87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:36:56 +0000 Subject: [PATCH] build(deps): bump rust from 1.97.0-alpine to 1.97.1-alpine Bumps rust from 1.97.0-alpine to 1.97.1-alpine. --- updated-dependencies: - dependency-name: rust dependency-version: 1.97.1-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37ccc0e..788b6dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Pinned to the channel in rust-toolchain.toml, which this stage never COPYs — # so a floating `rust:1` would silently build releases with an unpinned # compiler. Bump this tag and rust-toolchain.toml together. -FROM rust:1.97.0-alpine@sha256:ec9c91e77119ce498cd1e87d96d77e0f75b2cee21655a29bc2bf75a51a2b20a4 AS build +FROM rust:1.97.1-alpine@sha256:3c38f3f82c2f3d73da3b38e18d279393a04cb43ddded0e35088a8c3324d40900 AS build # gcc and musl-dev are already in the base; aws-lc-sys (the rustls crypto # provider) compiles C from source and needs cmake plus a make generator. RUN apk add --no-cache cmake make