From 8cc1d0106a60d78dfe706734e53d7afbcf846bb0 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 7 Mar 2025 00:08:48 -0800 Subject: [PATCH] rust 1.85 --- bin/binaries.Dockerfile | 2 +- bin/core/aio.Dockerfile | 2 +- bin/periphery/aio.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ./