We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0bcbf commit 6640f0eCopy full SHA for 6640f0e
2 files changed
.gitlab-ci.yml
@@ -5,9 +5,9 @@ include:
5
- remote: 'https://gitlab.esss.lu.se/ics-infrastructure/gitlab-ci-yml/raw/master/Docker.gitlab-ci.yml'
6
7
8
-test-python311:
+test-python314:
9
stage: test
10
- image: python:3.11
+ image: docker.io/library/python:3.14
11
before_script:
12
- pip install -e .[tests]
13
script:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM dockerhub/library/python:3.14-slim as base
+FROM docker.io/library/python:3.14-slim as base
2
3
# Install Python dependencies in an intermediate image
4
# as some requires a compiler (psycopg2)
0 commit comments