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