From cb6573e42b67220c61a15b80d9b6e7ed7a68929c Mon Sep 17 00:00:00 2001 From: "Joseph B. Manley" Date: Mon, 31 Jan 2022 17:11:59 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98c85d4..5fefaff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:8 +FROM rockylinux:8 LABEL "com.github.actions.name"="Butler Push" LABEL "com.github.actions.description"="Publishes releases to Itch.io using Butler"