Skip to content

Commit

Permalink
Merge pull request #98 from alainivars/snyk-fix-5bf6aa4e48268e1da0cf4…
Browse files Browse the repository at this point in the history
…28f6ffdfa5e

[Snyk] Security upgrade python from 3.6 to 3.11.0b1
  • Loading branch information
alainivars committed Jun 29, 2022
2 parents 70ba896 + 8fc9b00 commit c26927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.drf-ms-sqlite.wodc
Expand Up @@ -2,7 +2,7 @@
# Dockerfile-drf-microservice
# Help from: https://www.eidel.io/2017/07/10/dockerizing-django-uwsgi-postgres/

FROM python:3.6
FROM python:3.11.0b1

# The environment variable ensures that the python output is set straight
# to the terminal with out buffering it first
Expand Down

0 comments on commit c26927c

Please sign in to comment.