diff --git a/distribution/docker/alpine.Dockerfile b/distribution/docker/alpine.Dockerfile index 7c274b72..07fe36f3 100644 --- a/distribution/docker/alpine.Dockerfile +++ b/distribution/docker/alpine.Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. ###### BINARY BUILD -FROM rust:1.97-alpine3.23 AS build +FROM rust:1.98-alpine3.23 AS build RUN apk upgrade && apk add --no-cache \ git \ diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index f0af8382..b1c6f29b 100644 --- a/distribution/docker/debian.Dockerfile +++ b/distribution/docker/debian.Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.97-slim-trixie AS build +FROM rust:1.98-slim-trixie AS build ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d335b612..b69f6866 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -14,7 +14,7 @@ # limitations under the License. [toolchain] -channel = "1.97" +channel = "1.98" profile = "minimal" components = [ "rustc",