diff --git a/Dockerfile b/Dockerfile index 224d84c..514ccef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN yum update -y && yum install -y \ zip \ git -ENV GOLANG_VERSION 1.23.3 +ENV GOLANG_VERSION 1.23.6 RUN set -eux; \ url="https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"; \