fix: Update base image to almalinux:9-minimal for improved stability
Some checks failed
CI / build (push) Successful in 10s
CI / release (release) Failing after 31s

This commit is contained in:
2025-12-04 14:41:59 +13:00
parent 7172bbf4e0
commit acfae94e00

View File

@@ -1,4 +1,4 @@
FROM almalinux:9
FROM almalinux:9-minimal
ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
RUN dnf install -y epel-release \