There was an error while loading. Please reload this page.
1 parent ea234cd commit f76ce3aCopy full SHA for f76ce3a
1 file changed
interop/observability/Dockerfile
@@ -17,7 +17,7 @@
17
# Stage 1: Build the interop test client and server
18
#
19
20
-FROM golang:1.25-alpine as build
+FROM golang:1.24-bullseye as build
21
22
WORKDIR /grpc-go
23
COPY . .
@@ -36,7 +36,7 @@ RUN go build -o server/ server/server.go && \
36
# with the given parameters.
37
38
39
-FROM golang:1.25-alpine
+FROM golang:1.24-bullseye
40
41
ENV GRPC_GO_LOG_SEVERITY_LEVEL info
42
ENV GRPC_GO_LOG_VERBOSITY_LEVEL 2
0 commit comments