Skip to content

Commit ddc305b

Browse files
committed
ci: testing librariangen Dockerfile change
1 parent 2f6c75d commit ddc305b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/librariangen/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
FROM marketplace.gcr.io/google/debian12:latest AS builder
2222

2323
# Set environment variables for tool versions for easy updates.
24-
ENV GO_VERSION=1.24.0
24+
ENV GO_VERSION=1.25.1
2525

2626
# Install build dependencies.
2727
RUN apt-get update && \
@@ -62,4 +62,5 @@ COPY --from=builder /librariangen /usr/local/bin/librariangen
6262

6363
# Set the entrypoint for the container to run the compiled librariangen.
6464
# The Librarian will provide commands like 'generate' as arguments.
65-
ENTRYPOINT [ "/usr/local/bin/librariangen" ]
65+
ENTRYPOINT [ "/usr/local/bin/librariangen" ]
66+

0 commit comments

Comments
 (0)