diff --git a/Dockerfile b/Dockerfile index edb50d46e7f0a346ef69d8dcc1340ae864a2a256..b55fac5ce2073ab54cd7b928272d78f8a517558a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3 -LABEL Name=url_shorter Version=1.1.3 +LABEL Name=url_shorter Version=1.1.4 EXPOSE 5000 WORKDIR /app