mirror of https://github.com/grpc/grpc-go.git
Fix observability test dockerfile
This commit is contained in:
parent
9ac0ec87ca
commit
be84ec90ef
|
@ -17,7 +17,7 @@
|
|||
# Stage 1: Build the interop test client and server
|
||||
#
|
||||
|
||||
FROM golang:1.23-bullseye as build
|
||||
FROM golang:1.24-bullseye as build
|
||||
|
||||
WORKDIR /grpc-go
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in New Issue