Update PostgreSQL version in builder image and tests (#2667)

This commit is contained in:
Lai Jiang
2025-02-18 17:34:41 +00:00
committed by GitHub
parent df7fec7a3e
commit b73e342820
9 changed files with 193 additions and 18 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ COPY go.sum ./
COPY go.mod ./
RUN go build -o /deployCloudSchedulerAndQueue
FROM marketplace.gcr.io/google/ubuntu2204
FROM marketplace.gcr.io/google/ubuntu2404
ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8
# Add script for cloud scheduler and cloud tasks deployment
COPY --from=deployCloudSchedulerAndQueueBuilder /deployCloudSchedulerAndQueue /usr/local/bin/deployCloudSchedulerAndQueue