From 53e1ec0c1cab7fff658d333e5886d892f12f799f Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 11 Nov 2022 16:31:37 -0500 Subject: [PATCH] bump CI --- woodpecker-ci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 975580f..64115bd 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,3 +1,3 @@ FROM rockylinux:9-minimal -RUN dnf -y install git-core rsync +RUN microdnf -y install git-core rsync