diff --git a/packer/linux/conf/bin/bk-install-elastic-stack.sh b/packer/linux/conf/bin/bk-install-elastic-stack.sh index 0638bed73..3f3792ef8 100755 --- a/packer/linux/conf/bin/bk-install-elastic-stack.sh +++ b/packer/linux/conf/bin/bk-install-elastic-stack.sh @@ -397,7 +397,7 @@ function docker_pull_with_retry() { done } -docker_pull_with_retry 'postgres:16' +docker_pull_with_retry 'postgres:17' docker_pull_with_retry 'ruby:3.3.6-alpine3.20' docker_pull_with_retry 'docker.elastic.co/elasticsearch/elasticsearch:8.15.0' docker_pull_with_retry 'redis:6'