From 4c4ccc695911cfa0c8d06f1730eb1112e3710173 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 18 Jun 2024 12:52:08 +0200 Subject: Pull latest base image during build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- cgit v1.2.3