mirror of
https://github.com/google/nomulus
synced 2026-08-20 22:26:12 +00:00
Update PostgreSQL version in builder image and tests (#2667)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user