Skip to content

Commit 3e25177

Browse files
committed
Upgrade python image to v3.8 as v3.7 is broken and un supported since 5 months ago
1 parent 00b7c46 commit 3e25177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
##### BASE IMAGE #####
2-
FROM python:3.7-slim-stretch
2+
FROM python:3.8-slim
33

44
##### METADATA #####
5-
LABEL base.image="python:3.6-slim-stretch"
5+
LABEL base.image="python:3.8-slim"
66
LABEL version="1.1"
77
LABEL software="cwl-WES"
88
LABEL software.version="1.0"

0 commit comments

Comments
 (0)