Skip to content

Commit 6aab0d6

Browse files
committed
chore: fix docker build
1 parent 4e26e7e commit 6aab0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY ./ ./
1111

1212
RUN make build
1313

14-
FROM debian:bookworm
14+
FROM debian:bookworm AS gcloud-installer
1515

1616
WORKDIR /app
1717
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)