diff --git a/Dockerfile b/Dockerfile index 8ae8fee..1f4f3fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV GOARCH=amd64 ENV GO111MODULE=on ENV GOPRIVATE=go.pkg.cx -ENV GOLANGCI=1.53.2 +ENV GOLANGCI=1.54.2 RUN \ apk add --no-cache --update bash curl git tzdata && \