update to rust 1.59.0

This commit is contained in:
2022-02-25 15:29:23 +01:00
parent 3bb466898d
commit a50b0e7f6e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM fedora:latest FROM fedora:latest
ENV RUST_VERSION=1.58.1 ENV RUST_VERSION=1.59.0
RUN dnf install gtk4-devel gcc libadwaita-devel -y RUN dnf install gtk4-devel gcc libadwaita-devel -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

View File

@@ -1,5 +1,5 @@
FROM fedora:latest FROM fedora:latest
ENV RUST_VERSION=1.58.1 ENV RUST_VERSION=1.59.0
RUN dnf install gtk4-devel gcc libadwaita-devel -y RUN dnf install gtk4-devel gcc libadwaita-devel -y