Skip to content

Commit a3276e0

Browse files
Thomas-LeungThomas Leung
andauthored
Bump grpc-web Dockerfile to Go 1.24.3 (#858)
Signed-off-by: Thomas Leung <thomas.leung@ibm.com> Co-authored-by: Thomas Leung <thomas.leung@ibm.com>
1 parent b87ac59 commit a3276e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/grpc-web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.5-alpine as builder
1+
FROM golang:1.24.3-alpine as builder
22

33
RUN apk update && apk add --no-cache alpine-sdk bash curl git ca-certificates openssl musl-dev && \
44
rm -rf /var/lib/apt/lists/*
@@ -10,7 +10,7 @@ RUN cd /go/src/github.com/improbable-eng/grpc-web/go/grpcwebproxy && \
1010

1111
RUN cd /go/src/github.com/improbable-eng/grpc-web/misc && ./gen_cert.sh
1212

13-
FROM golang:1.23.5-alpine
13+
FROM golang:1.24.3-alpine
1414

1515
COPY --from=builder /go/src/github.com/improbable-eng/grpc-web/go/grpcwebproxy/grpcwebproxy /usr/bin/grpcwebproxy
1616
COPY --from=builder /go/src/github.com/improbable-eng/grpc-web/misc/localhost.crt /certs/localhost.crt

0 commit comments

Comments
 (0)