From 2a520e76b4fc15ebe09cada8810945f63820a863 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Tue, 27 Feb 2024 16:17:32 +1100 Subject: [PATCH] debug --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a1b29f..6b09b1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ 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/cloudshell-images/cloudshell:latest +FROM gcr.io/esu-sandbox5/cloudshell:latest +COPY --from=build /bin/a.out /bin/cloudshell_open