mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 01:24:22 +00:00
Build and run with debian bookworm
This commit is contained in:
parent
9e4689c53d
commit
2c1f710d9d
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1129,7 +1129,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "patched_porobot"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.21.7",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=${BUILDPLATFORM} rust:1.81 AS builder
|
||||
FROM --platform=${BUILDPLATFORM} rust:1.81-bookworm AS builder
|
||||
ARG BUILDPLATFORM
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
|
@ -60,7 +60,7 @@ RUN \
|
|||
|
||||
#############################################################################
|
||||
|
||||
FROM --platform=${TARGETPLATFORM} rust:1.81-slim-bullseye AS final
|
||||
FROM --platform=${TARGETPLATFORM} rust:1.81-slim-bookworm AS final
|
||||
|
||||
WORKDIR /usr/src/patched_porobot/
|
||||
COPY --from=builder \
|
||||
|
|
Loading…
Reference in a new issue