rust 1.84.0

This commit is contained in:
mbecker20
2025-01-14 21:34:13 -08:00
parent b7e6f033a6
commit 0757f14bcb
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.82.0-bullseye AS builder
FROM rust:1.84.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.82.0-bullseye AS core-builder
FROM rust:1.84.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.82.0-bullseye AS builder
FROM rust:1.84.0-bullseye AS builder
WORKDIR /builder
COPY Cargo.toml Cargo.lock ./