aboutsummaryrefslogtreecommitdiff
path: root/stretch-amd64
diff options
context:
space:
mode:
Diffstat (limited to 'stretch-amd64')
-rwxr-xr-xstretch-amd64/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stretch-amd64/build.sh b/stretch-amd64/build.sh
index 39a649a..34f8f99 100755
--- a/stretch-amd64/build.sh
+++ b/stretch-amd64/build.sh
@@ -19,4 +19,4 @@ sed -e "s|@DISTRIBUTION@|${DISTRIBUTION}|" -i *.list
# fixup - get rid of PPA usage
rm -f linaro-*ppa.*
-docker build --tag=linaro/$(basename ${PWD}) .
+docker build --pull --tag=linaro/$(basename ${PWD}) .