mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 01:24:22 +00:00
Bump version in dockerfile
This commit is contained in:
parent
0c86ecd40d
commit
8467d7e2d5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=${BUILDPLATFORM} rust:1.68-bullseye AS builder
|
||||
FROM --platform=${BUILDPLATFORM} rust:1.81 AS builder
|
||||
ARG BUILDPLATFORM
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
|
@ -60,7 +60,7 @@ RUN \
|
|||
|
||||
#############################################################################
|
||||
|
||||
FROM --platform=${TARGETPLATFORM} rust:1.68-slim-bullseye AS final
|
||||
FROM --platform=${TARGETPLATFORM} rust:1.81-slim-bullseye AS final
|
||||
|
||||
WORKDIR /usr/src/patched_porobot/
|
||||
COPY --from=builder \
|
||||
|
|
Loading…
Reference in a new issue