fix(renovate): skip re2
All checks were successful
Image builds / build_images (act_runtime) (push) Successful in 18s
KeyDB / build-key-db-image (push) Successful in 23s
Image builds / build_images (renovate) (push) Successful in 2m44s

This commit is contained in:
Peter 2023-11-17 09:28:15 +01:00
parent 6010a3fd7c
commit 76e231c165
No known key found for this signature in database

View file

@ -8,5 +8,5 @@ COPY --from=go-tools-builder /go/bin/ /usr/local/bin/
RUN --mount=type=cache,target=/var/cache/node \ RUN --mount=type=cache,target=/var/cache/node \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \ echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add -U --no-cache git go re2 helm && \ apk add -U --no-cache git go helm && \
npm install --cache=/var/cache/node -g renovate re2 npm install --cache=/var/cache/node -g renovate