From a97bbdd3bc0393851ee10a974ece1ba3030b4d3b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 1 Apr 2024 14:42:21 -0400 Subject: [PATCH] Dockerfile: default to Fedora 39 instead of 38 The action uses an external service to figure out what the current version is, but as long as we have hardwired default, might as well keep it up to date. Signed-off-by: Nalin Dahyabhai --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d80e60..33b46e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG FEDORARELEASE=38 +ARG FEDORARELEASE=39 FROM registry.fedoraproject.org/fedora:${FEDORARELEASE} RUN dnf -y distro-sync && dnf -y install --setopt install_weak_deps=0 qemu-user-static /usr/bin/mount /usr/bin/chcon && dnf clean all COPY LICENSE entrypoint.sh /