Skip to content

Commit

Permalink
fix bad docker images and make sure to use the correct docker image (#38
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vincentsarago authored Jun 23, 2020
1 parent 826cde3 commit 95b98a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
2.1.1 (2020-06-22)
------------------
- add minimum fastapi version (0.54.0) and update docker config

2.1.0 (2020-06-11)
------------------
- add `/preview`, `/crop`, `/point` endpoints


2.0.0 (2020-06-09)
------------------
- support STAC items (#16)
Expand Down
5 changes: 1 addition & 4 deletions Dockerfiles/ecs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM laurents/uvicorn-gunicorn-fastapi:python3.7-slim
# Ref https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/15
# Cuts image size by 50%
# FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7

ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

inst_reqs = [
"email-validator",
"fastapi",
"fastapi>=0.54.0",
"jinja2",
"python-binary-memcached",
"rio-color",
Expand All @@ -34,7 +34,7 @@

setup(
name="titiler",
version="2.1.0",
version="2.1.1",
description=u"",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 95b98a3

Please sign in to comment.