mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-21 15:54:18 +00:00
Upgrade rust
This commit is contained in:
parent
37a2253975
commit
1dd07abac1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=${BUILDPLATFORM} rust:1.71-bullseye AS builder
|
||||
FROM --platform=${BUILDPLATFORM} rust:bullseye AS builder
|
||||
ARG BUILDPLATFORM
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
|
@ -60,7 +60,7 @@ RUN \
|
|||
|
||||
#############################################################################
|
||||
|
||||
FROM --platform=${TARGETPLATFORM} rust:1.71-slim-bullseye AS final
|
||||
FROM --platform=${TARGETPLATFORM} rust:slim-bullseye AS final
|
||||
|
||||
WORKDIR /usr/src/todored/
|
||||
COPY --from=builder \
|
||||
|
|
Loading…
Reference in a new issue