From 0468cbf6e6dd8ea5c9282548811e60fa4efec8cc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 20 May 2024 11:42:11 -0400 Subject: [PATCH] Added --pull to Docker build instructions [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7525b69..004347f 100644 --- a/README.md +++ b/README.md @@ -1053,7 +1053,7 @@ You can also build the image manually: ```sh git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git cd pgvector -docker build --build-arg PG_MAJOR=16 -t myuser/pgvector . +docker build --pull --build-arg PG_MAJOR=16 -t myuser/pgvector . ``` ### Homebrew