release-checklist: Prescribe docker build --pull.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-30 16:09:25 -07:00
committed by Tim Abbott
parent 7167150a87
commit 7ebadb5d41
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
# docker buildx create --name multiarch --use
#
# To build:
# docker buildx build --platform linux/amd64,linux/arm64 \
# docker buildx build --pull --platform linux/amd64,linux/arm64 \
# -f ./Dockerfile-postgresql -t zulip/zulip-postgresql:14 --push .
# Currently the PostgreSQL images do not support automatic upgrading of