]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: updated PYTHON_VERSION to 3.13
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 17 Sep 2025 13:33:27 +0000 (15:33 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 30 Sep 2025 08:52:41 +0000 (10:52 +0200)
.gitlab-ci.yml

index b2a2b4db2205c547d1e567b8b42731f32fedcf57..fbc7dd418eee35e02aa9d9dc88a45e0733521eb4 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-3.0-or-later
 # vim:foldmethod=marker
 variables:
-  PYTHON_VERSION: '3.12'
+  PYTHON_VERSION: '3.13'
   DEBIAN_FRONTEND: noninteractive
   LC_ALL: C.UTF-8
   GIT_SUBMODULE_STRATEGY: recursive
@@ -21,7 +21,7 @@ variables:
   # IMAGE_TAG is a Git branch/tag name from https://gitlab.nic.cz/knot/knot-resolver-ci
   # In general, keep it pointing to a tag - use a branch only for development.
   # More info in the knot-resolver-ci repository.
-  IMAGE_TAG: 'v20250429'
+  IMAGE_TAG: 'v20250930'
   IMAGE_PREFIX: '$CI_REGISTRY/knot/knot-resolver-ci'
 
 image: $IMAGE_PREFIX/debian12-knot_3_3:$IMAGE_TAG