From 4558728b887f6b40e3d8b8db513eb12e339ff316 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Mon, 13 Nov 2023 12:44:58 -0700 Subject: [PATCH] Added postgres:15 --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ab5ad3d..d937be0 100755 --- a/build.sh +++ b/build.sh @@ -137,7 +137,8 @@ COMMIT_TAG="${IMAGE_NAME}:${GIT_COMMIT}" LATEST_TAG="${IMAGE_NAME}:latest" REPOS_TO_COPY=("busybox:latest git.cronocide.net/cronocide/busybox:latest" \ -"nginx:latest git.cronocide.net/cronocide/nginx:latest") +"nginx:latest git.cronocide.net/cronocide/nginx:latest" \ +"postgres:15 git.cronocide.net/cronocide/postgres:15") # Run specified build task "$ACTION"