diff --git a/Dockerfile b/Dockerfile index 72fdbd8358..121881cd69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETARCH RUN apk update && apk add --no-cache git bash ca-certificates && update-ca-certificates -ARG BUILD_ID="17..1.6" +ARG BUILD_ID="17.1.6" WORKDIR /app