diff --git a/bin/binaries.Dockerfile b/bin/binaries.Dockerfile index 305256ab6..efd539086 100644 --- a/bin/binaries.Dockerfile +++ b/bin/binaries.Dockerfile @@ -1,7 +1,7 @@ ## Builds the Komodo Core and Periphery binaries ## for a specific architecture. -FROM rust:1.84.1-bullseye AS builder +FROM rust:1.85.0-bullseye AS builder WORKDIR /builder COPY Cargo.toml Cargo.lock ./ diff --git a/bin/core/aio.Dockerfile b/bin/core/aio.Dockerfile index 42c9661f5..eacef2ff0 100644 --- a/bin/core/aio.Dockerfile +++ b/bin/core/aio.Dockerfile @@ -1,7 +1,7 @@ ## All in one, multi stage compile + runtime Docker build for your architecture. # Build Core -FROM rust:1.84.1-bullseye AS core-builder +FROM rust:1.85.0-bullseye AS core-builder WORKDIR /builder COPY Cargo.toml Cargo.lock ./ diff --git a/bin/periphery/aio.Dockerfile b/bin/periphery/aio.Dockerfile index 789daea0d..a7629b88f 100644 --- a/bin/periphery/aio.Dockerfile +++ b/bin/periphery/aio.Dockerfile @@ -1,6 +1,6 @@ ## All in one, multi stage compile + runtime Docker build for your architecture. -FROM rust:1.84.1-bullseye AS builder +FROM rust:1.85.0-bullseye AS builder WORKDIR /builder COPY Cargo.toml Cargo.lock ./