ci: fix leak_sanitizer base image name

This commit is contained in:
light7734 2025-07-17 13:04:25 +03:30
parent f33882ba39
commit de89e09953
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,4 +1,5 @@
FROM archlinux/base-devel
FROM archlinux:base-devel
RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm \
bash \