From d41b9b262d7b74b86981958920880312085c78c5 Mon Sep 17 00:00:00 2001
From: Botaniker <botaniker@221b.uk>
Date: Thu, 27 Mar 2025 21:18:09 +0000
Subject: [PATCH] Update docker.io/library/fedora Docker tag to v43

---
 Dockerfile                           | 2 +-
 resources/shell-tools/.gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 71ef0f1..c68a9bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/library/fedora:40
+FROM docker.io/library/fedora:43
 
 COPY resources/storage.conf /etc/containers/
 
diff --git a/resources/shell-tools/.gitlab-ci.yml b/resources/shell-tools/.gitlab-ci.yml
index 6079895..9fd9c86 100644
--- a/resources/shell-tools/.gitlab-ci.yml
+++ b/resources/shell-tools/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - shell-tools-test
 
 shell-tools-shellcheck:
-  image: docker.io/library/fedora:40
+  image: docker.io/library/fedora:43
   stage: shell-tools-lint
   before_script:
     - dnf install -y ShellCheck
-- 
GitLab