Skip to content

Commit 36083c1

Browse files
authored
Upgrade base image (#115)
* Upgrade base image * Downgrading pip to fix install
1 parent 09fcee6 commit 36083c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python-version: ${{ matrix.py-version-img[0] }}
3333
- name: Install requirements
3434
run: |
35+
pip install --upgrade pip==24.0
3536
pip install -e .
3637
pip install -r requirements_dev.txt
3738
- name: Lint with flake8

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##### BASE IMAGE #####
2-
FROM elixircloud/foca:20221110-py3.10
2+
FROM elixircloud/foca:20240711-py3.12
33

44
##### METADATA #####
55
LABEL software="TRS-filer"

0 commit comments

Comments
 (0)