From 881ff30db67265bbbe08d391feb679455b58b33a Mon Sep 17 00:00:00 2001
From: jonasled <jonas@jonasled.de>
Date: Fri, 18 Oct 2019 10:19:59 +0200
Subject: [PATCH] always pull latest python container before build

---
 make_and_push_docker.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_and_push_docker.bat b/make_and_push_docker.bat
index 7014aad..12043ad 100644
--- a/make_and_push_docker.bat
+++ b/make_and_push_docker.bat
@@ -2,7 +2,7 @@ echo off
 title Building and Pushing docker image
 cls
 
-
+docker pull python:3
 docker build --rm -f "Dockerfile" -t url_shorter:latest .
 docker tag url_shorter docker.jonasled.de/url_shorter/url_shorter
 docker push docker.jonasled.de/url_shorter/url_shorter
\ No newline at end of file
-- 
GitLab