From 6c01c1f67afc5f1177a9c7c839e2831920e05e84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno=20i=20Caireta?=
 <inigo.moreno@tecnalia.com>
Date: Fri, 3 Jun 2022 11:01:16 +0200
Subject: [PATCH] Use alpine:3.15 in python_syntax

---
 ci-templates/syntax-check.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci-templates/syntax-check.yml b/ci-templates/syntax-check.yml
index ccf1df2..4ecbab1 100644
--- a/ci-templates/syntax-check.yml
+++ b/ci-templates/syntax-check.yml
@@ -20,6 +20,7 @@ clang_format:
 ## other options like pylint, but much faster and less strict
 ##########################################################
 python_syntax:
+  image: alpine:3.15 # python2 is no longer available in alpine:3.16
   before_script:
     - apk add --update python2
   stage: build
-- 
GitLab