From fb0a6f13954b75e8fbcfb703dbdb8626452efaba Mon Sep 17 00:00:00 2001 From: Xanatos <10531466+XanatosX@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:04:04 +0100 Subject: [PATCH] chore: increase rocky Linux version to 9 This update was done to get a newer version of glibc, which is required with the latest update of Butler. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6aaf7a5..b15007b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux:8 +FROM rockylinux:9 LABEL "com.github.actions.name"="Butler Push" LABEL "com.github.actions.description"="Publishes releases to Itch.io using Butler"