Преглед изворни кода

.gitlab-ci.yml: use Debian 12-based container with fixed 32bit support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard пре 5 месеци
родитељ
комит
1efca7f99d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,7 +1,7 @@
 # Configuration for Gitlab-CI.
 # Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
 
-image: $CI_REGISTRY/buildroot.org/buildroot/base:20250205.1514
+image: $CI_REGISTRY/buildroot.org/buildroot/base:20250218.2110
 
 stages:
   - generate-gitlab-ci