Use Rust 1.65 in collab docker image

This commit is contained in:
Max Brunsfeld 2022-11-04 10:03:47 -07:00
parent 7301ab4f44
commit 927cfa44db

View file

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2 # syntax = docker/dockerfile:1.2
FROM rust:1.64-bullseye as builder FROM rust:1.65-bullseye as builder
WORKDIR app WORKDIR app
COPY . . COPY . .