mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 14:25:22 -05:00
rust 1.84.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
## Builds the Komodo Core and Periphery binaries
|
## Builds the Komodo Core and Periphery binaries
|
||||||
## for a specific architecture.
|
## for a specific architecture.
|
||||||
|
|
||||||
FROM rust:1.82.0-bullseye AS builder
|
FROM rust:1.84.0-bullseye AS builder
|
||||||
|
|
||||||
WORKDIR /builder
|
WORKDIR /builder
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## All in one, multi stage compile + runtime Docker build for your architecture.
|
## All in one, multi stage compile + runtime Docker build for your architecture.
|
||||||
|
|
||||||
# Build Core
|
# Build Core
|
||||||
FROM rust:1.82.0-bullseye AS core-builder
|
FROM rust:1.84.0-bullseye AS core-builder
|
||||||
|
|
||||||
WORKDIR /builder
|
WORKDIR /builder
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
## All in one, multi stage compile + runtime Docker build for your architecture.
|
## 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
|
WORKDIR /builder
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
|
|||||||
Reference in New Issue
Block a user