Skip to content

Commit e82c464

Browse files
author
escbeargew99-stack
authored
Update Dockerfile.gemini-code-builder
1 parent a7802b1 commit e82c464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gcp/Dockerfile.gemini-code-builder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Use a common base image like Debian.
1+
# Use a common base image like Debian.
22
# Using 'bookworm-slim' for a balance of size and compatibility.
33
FROM debian:bookworm-slim
44

@@ -86,4 +86,4 @@ WORKDIR /workspace
8686
# You can add a CMD or ENTRYPOINT if you intend to run this image directly,
8787
# but for Cloud Build, it's usually not necessary as Cloud Build steps override it.
8888
# For example:
89-
ENTRYPOINT '/bin/bash'
89+
ENTRYPOINT '/bin/bash'

0 commit comments

Comments
 (0)