Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2024-06-18 12:52:08 +0200
committerArthur de Jong <arthur@arthurdejong.org>2024-06-18 13:19:56 +0200
commit4c4ccc695911cfa0c8d06f1730eb1112e3710173 (patch)
tree0179e9e99ccb2ee3e860d941577b75b4212f0373
parent570623af700fe5ca88ae98037b66bb5a7d9e6363 (diff)
Pull latest base image during buildHEADmaster
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 04ce9ae..753c63d 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
# Build the Docker image
-docker build --force-rm -t npm .
+docker build --pull --force-rm -t npm .