index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitlab-ci.yml | 2 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5a4e03..dbb2dde 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later default: - image: archlinux/base + image: archlinux:latest before_script: - pacman --noconfirm -Syu --needed base-devel shellcheck |