Skip to content

Commit b1926c8

Browse files
bump -> 1.13.0
1 parent 0e6af3a commit b1926c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apt-get -y update \
1414
&& rm -rf /var/lib/apt/lists/*
1515

1616
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
17+
# 1.13.0
18+
RUN pip3 install git+https://github.com/mapproxy/mapproxy.git@1.13.0
1919

2020
# when overwriting the CMD with a uwsgi command it's good practice to not run it as root
2121
RUN groupadd -g 1337 mapproxy \

0 commit comments

Comments
 (0)