Explorar el Código

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

Owen Diffey hace 2 meses
padre
commit
9f6110dcd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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