From 36cec03f519cb0b4b6cd9cdd99b2837407469fd5 Mon Sep 17 00:00:00 2001 From: jonasled <jonas@jonasled.de> Date: Tue, 8 Oct 2019 18:50:12 +0200 Subject: [PATCH] chenged version to 1.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12797cd..a089330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM python:3 # If you prefer miniconda: #FROM continuumio/miniconda3 -LABEL Name=url_shorter Version=1.1.0 +LABEL Name=url_shorter Version=1.1.1 EXPOSE 5000 WORKDIR /app -- GitLab