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