diff --git a/samples/sidecar-proxy/Dockerfile b/samples/sidecar-proxy/Dockerfile index cfe5636c1..7f51bd34b 100644 --- a/samples/sidecar-proxy/Dockerfile +++ b/samples/sidecar-proxy/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.3 as builder +FROM golang:1.23.4 as builder WORKDIR /app RUN go mod init example-app RUN go get github.com/jackc/pgx/v4