Update Dockerfiles to use Rust 1.64
This commit is contained in:
parent
490a608663
commit
fedec68d39
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
|
|
||||||
FROM rust:1.62-bullseye as builder
|
FROM rust:1.64-bullseye as builder
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
|
|
||||||
FROM rust:1.62-bullseye as builder
|
FROM rust:1.64-bullseye as builder
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||||
--mount=type=cache,target=./target \
|
--mount=type=cache,target=./target \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue