mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Change base Dockerfile from Python 2 to Python 3
As @kennethreitz likes to say: > The use of Python 3 is highly preferred over Python 2. Consider upgrading > your applications and infrastructure if you find yourself still using Python > 2 in production today. If you are using Python 3, congratulations — you are > indeed a person of excellent taste.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:2-alpine
|
||||
FROM python:3-alpine
|
||||
|
||||
ENV WEB_CONCURRENCY=4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user