Skip to content

Commit

Permalink
Update toolchain in gameroom test docker image
Browse files Browse the repository at this point in the history
Updates the toolchain to 1.75.0 such that the rust compiles.

Signed-off-by: Shawn T. Amundson <[email protected]>
  • Loading branch information
vaporos committed Jan 30, 2024
1 parent 34aafc6 commit 2ccebde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/gameroom/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN apt-get update \
tzdata \
&& rm -r /var/lib/apt/lists/*

RUN rustup-init -y --default-toolchain=1.75.0 && rustup update

# Build gameroom cli

WORKDIR /project/gameroom
Expand Down

0 comments on commit 2ccebde

Please sign in to comment.