rust 1.85

This commit is contained in:
mbecker20
2025-03-07 00:08:48 -08:00
parent c0b213dfd4
commit 8cc1d0106a
3 changed files with 3 additions and 3 deletions

View File

@@ -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 ./

View File

@@ -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 ./

View File

@@ -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 ./