Skip to content

Commit

Permalink
Update rust version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Apr 23, 2024
1 parent dd94bbe commit ca1f423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ca1f423

Please sign in to comment.