summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bde0063..b49268c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
variables:
FDO_UPSTREAM_REPO: 'xorg/test/xorg-integration-tests'
- FDO_DISTRIBUTION_TAG: '2021-05-30.2' # change this to rebuild the images
+ FDO_DISTRIBUTION_TAG: '2022-07-23.0' # change this to rebuild the images
FDO_DISTRIBUTION_VERSION: 'stable'
FDO_DISTRIBUTION_PACKAGES: 'git ca-certificates meson g++ pkgconf libpixman-1-dev xserver-xorg-input-wacom libx11-dev libxi-dev libxext-dev libxrandr-dev libxtst-dev libxxf86dga-dev libevdev-dev libevemu-dev'
@@ -77,7 +77,7 @@ container-prep:
stage: prep
variables:
GIT_STRATEGY: none
- FDO_BASE_IMAGE: registry.freedesktop.org/xorg/xserver/debian/buster-slim:2021-05-17
+ FDO_BASE_IMAGE: registry.freedesktop.org/xorg/xserver/debian/bullseye-slim:2022-07-01
xserver-build:
extends: