Be less specific about the version of Rust

This commit is contained in:
Alex Page 2022-01-20 23:01:41 -05:00
parent 433bce9915
commit 256094e15b

View file

@ -1,4 +1,4 @@
FROM rust:1.55 as builder FROM rust:1 as builder
RUN apt-get update && apt-get install -y libopus-dev RUN apt-get update && apt-get install -y libopus-dev
WORKDIR /usr/src/myapp WORKDIR /usr/src/myapp
COPY . . COPY . .