Compare commits

2 Commits

Author SHA1 Message Date
483157ebee Merge pull request #17 from XanatosX/master
chore: increase rocky Linux version to 9
2026-03-08 22:59:37 +01:00
Xanatos
fb0a6f1395 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.
2026-02-09 20:04:04 +01:00

View File

@@ -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"