Skip to content
Snippets Groups Projects
Commit 6c01c1f6 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Use alpine:3.15 in python_syntax

parent 22e467b4
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ clang_format: ...@@ -20,6 +20,7 @@ clang_format:
## other options like pylint, but much faster and less strict ## other options like pylint, but much faster and less strict
########################################################## ##########################################################
python_syntax: python_syntax:
image: alpine:3.15 # python2 is no longer available in alpine:3.16
before_script: before_script:
- apk add --update python2 - apk add --update python2
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment