From 6804e1af587d6c93b2911b924a47854b1b4cba45 Mon Sep 17 00:00:00 2001 From: Steve Dinn Date: Wed, 12 Apr 2023 09:04:19 -0300 Subject: [PATCH] Add pull command to build-container.sh --- build-container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-container.sh b/build-container.sh index a63a788..10c25df 100644 --- a/build-container.sh +++ b/build-container.sh @@ -1,2 +1,3 @@ #!/bin/sh +docker pull mcr.microsoft.com/dotnet/sdk docker build ./source/ -t stevedinn/caddy-log-converter:latest