We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6c75d commit ddc305bCopy full SHA for ddc305b
internal/librariangen/Dockerfile
@@ -21,7 +21,7 @@
21
FROM marketplace.gcr.io/google/debian12:latest AS builder
22
23
# Set environment variables for tool versions for easy updates.
24
-ENV GO_VERSION=1.24.0
+ENV GO_VERSION=1.25.1
25
26
# Install build dependencies.
27
RUN apt-get update && \
@@ -62,4 +62,5 @@ COPY --from=builder /librariangen /usr/local/bin/librariangen
62
63
# Set the entrypoint for the container to run the compiled librariangen.
64
# The Librarian will provide commands like 'generate' as arguments.
65
-ENTRYPOINT [ "/usr/local/bin/librariangen" ]
+ENTRYPOINT [ "/usr/local/bin/librariangen" ]
66
+
0 commit comments