Skip to content

Commit

Permalink
update python image to 3.11.6-alpine- Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPlacentino authored Dec 5, 2023
1 parent 90761de commit e0cf852
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,5 +1,5 @@
#FROM python:3
FROM python:3.8.6-alpine
FROM python:3.11.6-alpine
# use python:3.11.0rc2-slim for less vulnerabilities ? (from `docker scan`)
# use python:3.8.6 for no pip dependencies build errors ?
# use python:alpine for reduced size
Expand Down

0 comments on commit e0cf852

Please sign in to comment.