diff --git a/Dockerfile b/Dockerfile index 19437bd..d89f6a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV TERM=xterm-color ENV CGO_ENABLED=0 ENV GOOS=linux ENV GOARCH=amd64 -ENV GOLANGCI=1.16.0 +ENV GOLANGCI=1.17.1 RUN \ apk add --no-cache --update bash curl git tzdata && \