2 Commits

Author SHA1 Message Date
87cb06be2e update to rust 1.61.0 2022-05-21 21:30:22 +02:00
f640d7a8a2 update rust to version 1.60.0 2022-04-11 08:58:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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