summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2022-08-22 18:16:46 +0100
committerEric Engestrom <eric@engestrom.ch>2022-08-22 18:53:08 +0100
commit3e3874d50d29d1179ad996afcd8d359d3aea2639 (patch)
tree129ec25315495a498a11d9ff7014e06edf298870
parentf32db9d35469efab8e717bb9baf8e681fdefa86b (diff)
downloaddrm-3e3874d50d29d1179ad996afcd8d359d3aea2639.tar.gz
ci: bump images tags to take !255 into effect
Reviewed-by: Simon Ser <contact@emersion.fr>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eccebd83..9657e20e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: