Skip to content

Commit

Permalink
Upgrade to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jan 9, 2025
1 parent 466c8b5 commit f3a2e9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixircloud/foca:20221110-py3.8
FROM docker.io/elixircloud/foca:20231219-py3.11

LABEL version="2.0"
LABEL software="cwl-WES"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'
services:

wes:
image: elixircloud/cwl-wes:latest
image: docker.io/elixircloud/cwl-wes:latest
build:
context: .
dockerfile: Dockerfile
Expand All @@ -16,7 +16,7 @@ services:
- "8080:8080"

wes-worker:
image: elixircloud/cwl-wes:latest
image: docker.io/elixircloud/cwl-wes:latest
restart: unless-stopped
depends_on:
- wes
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
foca~=0.12.0
# cwl-tes @ git+https://github.com/ohsu-comp-bio/cwl-tes.git@7b44cb1825a302bb7eccb3f2d91dc233adc0e32f#egg=cwl-tes
cwl-tes==0.3.0
drs-cli~=0.2.3
gunicorn~=19.9.0
py-tes~=0.4.2
Expand Down

0 comments on commit f3a2e9a

Please sign in to comment.