Skip to content

Commit

Permalink
Upgrade python image to v3.8 as v3.7 is broken and un supported since…
Browse files Browse the repository at this point in the history
… 5 months ago
  • Loading branch information
lvarin committed Dec 22, 2023
1 parent 00b7c46 commit 3e25177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##### BASE IMAGE #####
FROM python:3.7-slim-stretch
FROM python:3.8-slim

##### METADATA #####
LABEL base.image="python:3.6-slim-stretch"
LABEL base.image="python:3.8-slim"
LABEL version="1.1"
LABEL software="cwl-WES"
LABEL software.version="1.0"
Expand Down

0 comments on commit 3e25177

Please sign in to comment.