From 256094e15bdb2cbe1bff28db6747ee779fa0ce4b Mon Sep 17 00:00:00 2001 From: Alex Page Date: Thu, 20 Jan 2022 23:01:41 -0500 Subject: [PATCH] Be less specific about the version of Rust --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f092303..38a6057 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .