Skip to content

Commit 86cd866

Browse files
authored
pin nightly to pygeoapi 0.16.1 (#327)
1 parent 0bd0874 commit 86cd866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get update && \
4444
apt-get install -y python3 python3-setuptools python3-pip git curl unzip python3-click python3-fiona python3-gdal python3-lxml python3-parse python3-pyproj python3-rasterio python3-requests python3-slugify python3-sqlalchemy python3-unicodecsv python3-xarray python3-yaml
4545

4646
# install pygeoapi
47-
RUN git clone $PYGEOAPI_GITREPO && \
47+
RUN git clone $PYGEOAPI_GITREPO -b 0.16.1 && \
4848
cd pygeoapi && \
4949
pip3 install -r requirements.txt && \
5050
pip3 install flask_cors gunicorn gevent greenlet && \

0 commit comments

Comments
 (0)