Skip to content

Commit f76ce3a

Browse files
entrypoint is bash
1 parent ea234cd commit f76ce3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

interop/observability/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Stage 1: Build the interop test client and server
1818
#
1919

20-
FROM golang:1.25-alpine as build
20+
FROM golang:1.24-bullseye as build
2121

2222
WORKDIR /grpc-go
2323
COPY . .
@@ -36,7 +36,7 @@ RUN go build -o server/ server/server.go && \
3636
# with the given parameters.
3737
#
3838

39-
FROM golang:1.25-alpine
39+
FROM golang:1.24-bullseye
4040

4141
ENV GRPC_GO_LOG_SEVERITY_LEVEL info
4242
ENV GRPC_GO_LOG_VERBOSITY_LEVEL 2

0 commit comments

Comments
 (0)