Be less specific about the version of Rust
This commit is contained in:
parent
433bce9915
commit
256094e15b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
WORKDIR /usr/src/myapp
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Reference in a new issue