diff --git a/Dockerfile b/Dockerfile index f7d0a8c..b1b47c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine +FROM python:3.8.5-alpine # Build arguments passed into the docker command for image metadata ARG BUILD_DATE diff --git a/README.md b/README.md index 0e18440..2bf4a16 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Total alerts](https://img.shields.io/lgtm/alerts/g/kbase/narrative-traefiker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kbase/narrative-traefiker/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/kbase/narrative-traefiker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kbase/narrative-traefiker/context:python) --- -Narrative container lifecycle management for traefik +Narrative container lifecycle management for Traefik This is a replacement for the original OpenRESTy based Lua narrative lifecycle management code. It uses the same underlying reverse proxy service that JupyterHub is moving towards ( https://blog.jupyter.org/introducing-traefikproxy-a-new-jupyterhub-proxy-based-on-traefik-4839e972faf6 )