summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-03-15 19:01:47 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-03-17 03:18:54 +0000
commitf75d4f5f9f90187730229ab6f23dc9f536edd762 (patch)
tree7e7d4e38a285857cf4cd384ca5eda74f8def9538 /.gitlab-ci.yml
parentcb61fb02efe5e8642955e32ba987017d621a603d (diff)
downloadgstreamer-f75d4f5f9f90187730229ab6f23dc9f536edd762.tar.gz
ci: update indent image to GNU indent 2.2.12
... and dotnet-sdk to 7.0. Fixes #340 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4182>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc85fa95ea..07bb47512b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,7 +141,7 @@ fedora amd64 docker:
.gst-indent image:
variables:
- FDO_DISTRIBUTION_VERSION: 'stretch'
+ FDO_DISTRIBUTION_VERSION: 'bookworm'
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
FDO_DISTRIBUTION_TAG: "$INDENT_TAG-$GST_UPSTREAM_BRANCH"
FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils'