Skip to content

Commit

Permalink
debug: test sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Mar 11, 2024
1 parent 0420a54 commit d2c6d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
FROM gcr.io/cloud-run-button-integration/sandbox5:latest
COPY --from=build /bin/a.out /bin/cloudshell_open

0 comments on commit d2c6d48

Please sign in to comment.