diff --git a/Dockerfile b/Dockerfile index ee42485..67d999d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,8 @@ FROM quay.io/terraform-docs/terraform-docs:0.16.0 # this is explicitly needed because yq v4.x only exists in this repo. -RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories - RUN set -x \ + && apk add -X https://dl-4.alpinelinux.org/alpine/edge/community -u alpine-keys \ && apk update \ && apk add --no-cache \ bash \