We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6af3a commit b1926c8Copy full SHA for b1926c8
Dockerfile
@@ -14,8 +14,8 @@ RUN apt-get -y update \
14
&& rm -rf /var/lib/apt/lists/*
15
16
RUN pip3 install Numpy PyYAML boto3 Pillow requests Shapely eventlet gunicorn uwsgi prometheus_client lxml
17
-# 1.12.0
18
-RUN pip3 install git+https://github.com/mapproxy/mapproxy.git@1.12.0
+# 1.13.0
+RUN pip3 install git+https://github.com/mapproxy/mapproxy.git@1.13.0
19
20
# when overwriting the CMD with a uwsgi command it's good practice to not run it as root
21
RUN groupadd -g 1337 mapproxy \
0 commit comments