Update rust version in docker file
This commit is contained in:
parent
dd94bbef37
commit
ca1f423323
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM rust:alpine as base
|
|||
|
||||
COPY . /src
|
||||
|
||||
RUN rustup update 1.64 && rustup default 1.64
|
||||
RUN rustup update 1.74 && rustup default 1.74
|
||||
|
||||
RUN apk update \
|
||||
&& apk add \
|
||||
|
|
|
|||
Loading…
Reference in a new issue