Skip to content

Commit

Permalink
Update python Docker tag to v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2022
1 parent 2cb6410 commit 1424ed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dreamkast_api/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ stages:

test-3.5:
extends: .tests
image: python:3.5-alpine
image: python:3.10-alpine
test-3.6:
extends: .tests
image: python:3.6-alpine
image: python:3.10-alpine
test-3.7:
extends: .tests
image: python:3.7-alpine
image: python:3.10-alpine
test-3.8:
extends: .tests
image: python:3.8-alpine
image: python:3.10-alpine

0 comments on commit 1424ed7

Please sign in to comment.