Skip to content

Commit

Permalink
Merge pull request #163 from deNBI/deps/python-3.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update python Docker tag to v3.10
  • Loading branch information
dweinholz authored Jan 13, 2022
2 parents 23d46fb + cbeaa0c commit bdc8853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ services:
- MAIL_SMTP_SERVER=portal_smtp_server

smtp_server:
image: "python:3.7-alpine"
image: "python:3.10-alpine"
container_name: portal_smtp_server
command: python3 -m smtpd -n -c DebuggingServer 0.0.0.0:25
environment:
Expand Down

0 comments on commit bdc8853

Please sign in to comment.