Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #3 from bobslept/fix-latest-tag
Browse files Browse the repository at this point in the history
fix: use explicit version instead of latest tag
  • Loading branch information
KyleGospo authored Nov 5, 2023
2 parents 8a9f635 + 70adae9 commit db39882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:latest AS fedora-distrobox
FROM registry.fedoraproject.org/fedora-toolbox:39 AS fedora-distrobox

# Install packages required by Distrobox, this speeds up the first-run time
RUN dnf install -y \
Expand Down

0 comments on commit db39882

Please sign in to comment.