diff --git a/Dockerfile b/Dockerfile index 53871b0028..945e51d395 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.9 +FROM golang:1.23rc1 RUN apt-get update && apt-get install -y --no-install-recommends \ openssh-client \