ci: bump images tags to take !255 into effect
authorEric Engestrom <eric@engestrom.ch>
Mon, 22 Aug 2022 17:16:46 +0000 (18:16 +0100)
committerEric Engestrom <eric@engestrom.ch>
Mon, 22 Aug 2022 17:53:08 +0000 (18:53 +0100)
Reviewed-by: Simon Ser <contact@emersion.fr>
.gitlab-ci.yml

index eccebd8..9657e20 100644 (file)
@@ -44,7 +44,7 @@ stages:
     FDO_DISTRIBUTION_EXEC: 'pip3 install meson==0.53.0'
     # bump this tag every time you change something which requires rebuilding the
     # base image
-    FDO_DISTRIBUTION_TAG: "2022-01-19.0"
+    FDO_DISTRIBUTION_TAG: "2022-08-22.0"
 
 .debian-x86_64:
   extends:
@@ -71,7 +71,7 @@ stages:
     FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess libpthread-stubs py39-docutils cairo'
     # bump this tag every time you change something which requires rebuilding the
     # base image
-    FDO_DISTRIBUTION_TAG: "2021-11-10.1"
+    FDO_DISTRIBUTION_TAG: "2022-08-22.0"
 
 .freebsd-x86_64:
   extends: