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 69e6a28 commit c1c4079Copy full SHA for c1c4079
build-image/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.2-bullseye
+FROM golang:1.24.0-bullseye
2
ARG goproxyValue
3
ENV GOPROXY=${goproxyValue}
4
RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \
0 commit comments