2 Commits

Author SHA1 Message Date
44fbbaa311 fix: Change to standard almalinux 9.5
Some checks failed
CI / build (push) Successful in 26s
CI / release (release) Failing after 2m48s
2025-02-15 07:09:19 +13:00
4bdde5ff42 fix(ci): Correct path for workflows
Some checks failed
CI / build (push) Successful in 2m3s
CI / release (release) Failing after 1m2s
2025-02-15 07:05:02 +13:00
3 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM almalinux:9.5-minimal
FROM almalinux:9.5
ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
RUN dnf update -y \