mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Upgrade builder image to Rust 1.56
This commit is contained in:
parent
61b9179fb1
commit
f33d30cb9d
@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM rust:1.55-bullseye as builder
|
||||
FROM rust:1.56-bullseye as builder
|
||||
WORKDIR app
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
|
Loading…
Reference in New Issue
Block a user