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 b87ac59 commit a3276e0Copy full SHA for a3276e0
docker/grpc-web/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.5-alpine as builder
+FROM golang:1.24.3-alpine as builder
2
3
RUN apk update && apk add --no-cache alpine-sdk bash curl git ca-certificates openssl musl-dev && \
4
rm -rf /var/lib/apt/lists/*
@@ -10,7 +10,7 @@ RUN cd /go/src/github.com/improbable-eng/grpc-web/go/grpcwebproxy && \
10
11
RUN cd /go/src/github.com/improbable-eng/grpc-web/misc && ./gen_cert.sh
12
13
-FROM golang:1.23.5-alpine
+FROM golang:1.24.3-alpine
14
15
COPY --from=builder /go/src/github.com/improbable-eng/grpc-web/go/grpcwebproxy/grpcwebproxy /usr/bin/grpcwebproxy
16
COPY --from=builder /go/src/github.com/improbable-eng/grpc-web/misc/localhost.crt /certs/localhost.crt
0 commit comments