Skip to content

Commit

Permalink
Upgrade base image (#115)
Browse files Browse the repository at this point in the history
* Upgrade base image

* Downgrading pip to fix install
  • Loading branch information
lvarin authored Jul 15, 2024
1 parent 09fcee6 commit 36083c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python-version: ${{ matrix.py-version-img[0] }}
- name: Install requirements
run: |
pip install --upgrade pip==24.0
pip install -e .
pip install -r requirements_dev.txt
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##### BASE IMAGE #####
FROM elixircloud/foca:20221110-py3.10
FROM elixircloud/foca:20240711-py3.12

##### METADATA #####
LABEL software="TRS-filer"
Expand Down

0 comments on commit 36083c1

Please sign in to comment.