mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #382 from jabagawee/patch-1
Change base Dockerfile from Python 2 to Python 3
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