From f274ff38e7fa1331340d59dbf06583da0460dc69 Mon Sep 17 00:00:00 2001 From: thefuture Date: Fri, 21 Nov 2025 15:43:32 +0300 Subject: [PATCH] change debian instance to use debian:trixie-slim --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eba2db67..917a751c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,7 +188,7 @@ ubuntu_lts_ppa: # Test to see how rclone works with S3 test_deploy_to_s3_with_rclone: - image: debian:bookworm-slim + image: debian:trixie-slim <<: *apt-template tags: - saas-linux-small-amd64 # the shared runners are known to support Docker.