Skip to content

Commit

Permalink
Merge pull request #578 from nml5566/nml5566-bump-python-version
Browse files Browse the repository at this point in the history
Update python version in Dockerfile to 3.8
  • Loading branch information
aebruno authored Oct 16, 2023
2 parents 3bdec81 + 1c3d9b1 commit 4897bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.8

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 4897bd6

Please sign in to comment.