We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fcee6 commit 36083c1Copy full SHA for 36083c1
.github/workflows/checks.yml
@@ -32,6 +32,7 @@ jobs:
32
python-version: ${{ matrix.py-version-img[0] }}
33
- name: Install requirements
34
run: |
35
+ pip install --upgrade pip==24.0
36
pip install -e .
37
pip install -r requirements_dev.txt
38
- name: Lint with flake8
Dockerfile
@@ -1,5 +1,5 @@
1
##### BASE IMAGE #####
2
-FROM elixircloud/foca:20221110-py3.10
+FROM elixircloud/foca:20240711-py3.12
3
4
##### METADATA #####
5
LABEL software="TRS-filer"
0 commit comments