mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 19:21:33 +03:00
Use Rust 1.65 in collab docker image
This commit is contained in:
parent
7301ab4f44
commit
927cfa44db
@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM rust:1.64-bullseye as builder
|
||||
FROM rust:1.65-bullseye as builder
|
||||
WORKDIR app
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user