From d2c6d48440473638a2b2e8691d604943d9072d6a Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Tue, 12 Mar 2024 08:39:54 +1100 Subject: [PATCH] debug: test sandbox --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a1b29f..34dde1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' \ -o /bin/a.out ./cmd/cloudshell_open -FROM gcr.io/cloudshell-images/cloudshell:latest -COPY --from=build /bin/a.out /bin/cloudshell_open \ No newline at end of file +FROM gcr.io/cloud-run-button-integration/sandbox5:latest +COPY --from=build /bin/a.out /bin/cloudshell_open