Skip to content

Commit

Permalink
e2e: Unpin Fedora version
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jul 19, 2023
1 parent 7401c5d commit 57f488a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:36
FROM quay.io/fedora/fedora:latest

# Install Rust, Cargo, and run-tests.py's dependencies
RUN dnf install -y rust cargo flatpak flatpak-builder python3-pip python3-gobject ostree-devel libpq-devel
Expand All @@ -25,4 +25,4 @@ RUN cp --force ./test-config.json ./config.json
RUN cargo build

# Wait 5 seconds for the database to start, then run flat-manager
CMD ["sh", "-c", "sleep 5 ; ./target/debug/flat-manager"]
CMD ["sh", "-c", "sleep 5 ; ./target/debug/flat-manager"]

0 comments on commit 57f488a

Please sign in to comment.