Browse Source

fix(musare.sh): Pull images used in builds

Owen Diffey 1 month ago
parent
commit
9f6110dcd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      musare.sh

+ 1 - 1
musare.sh

@@ -173,7 +173,7 @@ runDockerCommand()
 
     if [[ ${2} == "build" && ${buildServices} != "" ]]; then
         # shellcheck disable=SC2086
-        ${dockerCompose} build ${buildServices}
+        ${dockerCompose} build --pull ${buildServices}
     fi
 
     if [[ ${2} == "ps" || ${2} == "logs" ]]; then