From 9d89ca1bd64dab88a5eb6b2c86d35e30a11efb47 Mon Sep 17 00:00:00 2001
From: Alexander Wellbrock <a.wellbrock@mailbox.org>
Date: Fri, 26 Nov 2021 12:59:50 +0100
Subject: [PATCH] use F36 container as base for shellcheck

---
 resources/shell-tools/.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/shell-tools/.gitlab-ci.yml b/resources/shell-tools/.gitlab-ci.yml
index e06e7ff..80cf250 100644
--- a/resources/shell-tools/.gitlab-ci.yml
+++ b/resources/shell-tools/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
 
 
 shell-tools-shellcheck:
-  image: docker.io/library/fedora:33
+  image: docker.io/library/fedora:36
   stage: shell-tools-lint
   before_script:
     - dnf install -y ShellCheck
-- 
GitLab