mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-03 22:28:35 +00:00
Update rust in collab Dockerfiles
This commit is contained in:
parent
af57871dae
commit
eb23f13ac2
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM rust:1.58-bullseye as builder
|
||||
FROM rust:1.62-bullseye as builder
|
||||
WORKDIR app
|
||||
COPY . .
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM rust:1.58-bullseye as builder
|
||||
FROM rust:1.62-bullseye as builder
|
||||
WORKDIR app
|
||||
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||
--mount=type=cache,target=./target \
|
||||
|
|
Loading…
Reference in a new issue