From a0b282c6e195b23c3571bfcbad5d1de0135f2970 Mon Sep 17 00:00:00 2001
From: Kien Le <kien.le@earthscope.org>
Date: Thu, 13 Mar 2025 17:31:54 -0600
Subject: [PATCH] Change flake8 pipeline's python image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac7e72c2..a534028b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ before_script:
   - apt-get update && apt install -y libgl1-mesa-glx libxkbcommon-x11-0 libegl1 libdbus-1-3
 
 flake8:
-  image: python:3.8
+  image: python:3.11
   tags:
     - passoft
   stage: Build Env and Test
-- 
GitLab