bump rust to 1.88

This commit is contained in:
mbecker20
2025-07-12 02:04:27 -04:00
parent 5af8dd4553
commit aca4c09bf8
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
## Builds the Komodo Core, Periphery, and Util binaries
## for a specific architecture.
FROM rust:1.87.0-bullseye AS builder
FROM rust:1.88.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.87.0-bullseye AS core-builder
FROM rust:1.88.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.87.0-bullseye AS builder
FROM rust:1.88.0-bullseye AS builder
WORKDIR /builder
COPY Cargo.toml Cargo.lock ./

View File

@@ -1,4 +1,4 @@
FROM rust:1.87.0-bullseye AS builder
FROM rust:1.88.0-bullseye AS builder
WORKDIR /builder
COPY Cargo.toml Cargo.lock ./

View File

@@ -1,4 +1,4 @@
FROM rust:1.87.0 as builder
FROM rust:1.88.0 as builder
WORKDIR /builder
COPY . .

View File

@@ -1,4 +1,4 @@
FROM rust:1.87.0 as builder
FROM rust:1.88.0 as builder
WORKDIR /builder
COPY . .