From 7c6a13daf8f3eb71651559ee56120e19819e4a12 Mon Sep 17 00:00:00 2001 From: Kyle Copperfield Date: Thu, 27 Oct 2022 08:34:10 +0000 Subject: [PATCH] bump container to bullseye --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4bde7d..31362e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ variables: compile: extends: .multitarget - image: rust:slim-buster + image: rust:slim-bullseye stage: native library before_script: - ./prepare-env.sh