From 70adae9f4567c66fe124814fee488e98213d2ea8 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:54:19 +0100 Subject: [PATCH] fix: use explicit version instead of latest tag --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 97b355b..e269d8e 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \