3 Commits

3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,7 +1,7 @@
version: "3"
services:
rust-gtk-appimage:
build: .
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
volumes:
- ../adwaita-demo:/mnt:z
command: /bin/bash -c "cargo appimage"

View File

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