Skip to content

Commit f549c67

Browse files
authored
Update dockerfiles to python 3.10 (#37)
1 parent 0c29e66 commit f549c67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gitpod/workspace-python-3.9
1+
FROM gitpod/workspace-python-3.10
22

33
USER gitpod
44

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.10-slim
22
ARG VERSION
33

44
RUN pip3 install secscanner2junit==$VERSION

0 commit comments

Comments
 (0)