From f4b718a5401c9bafce35853d251bb39a08263efd Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Mon, 24 Apr 2023 06:19:31 +0000
Subject: [PATCH] chore(deps): update docker.io/library/python docker tag

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0322a775..b76f2eb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,7 +89,7 @@ html-validation:
 
 feed-valdiation:
   stage: test-build
-  image: docker.io/library/python:2-alpine
+  image: docker.io/library/python:3-alpine
   variables:
     LANG: C.UTF-8
   before_script:
@@ -131,7 +131,7 @@ container-tagging:
 
 archive:
   stage: deploy
-  image: docker.io/library/python:3.9-slim
+  image: docker.io/library/python:3.11-slim
   before_script:
     - pip install b2
     - b2 authorize-account "$B2_APPKEY_ID" "$B2_APPKEY_SECRET"
-- 
GitLab