From ff514acf54c12bcda1982defe62404f72cd5da8a Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Mon, 31 Aug 2026 22:05:29 +0200 Subject: [PATCH] fix(Docker): force sync db ci build --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 74d8879..086066e 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -RUN pacman -Syu --noconfirm +RUN pacman -Syyu --noconfirm # Build toolchain RUN pacman -S --noconfirm \