don't update, configure version
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
f 2021-11-16 10:18:54 -03:00
parent fd56ca4d4c
commit b9ef71966e

View file

@ -5,9 +5,8 @@ MAINTAINER "f <f@sutty.nl>"
COPY ./build.sh /usr/local/bin/build
RUN chmod 755 /usr/local/bin/build
RUN echo 'https://alpine.sutty.nl/alpine/v3.12/sutty' >> /etc/apk/repositories
RUN echo "${ALPINE_VERSION}" | cut -d . -f 1,2 | xargs -I {} echo 'https://alpine.sutty.nl/alpine/v{}/sutty' >> /etc/apk/repositories
RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub
RUN apk update || true
USER builder
ENTRYPOINT /usr/local/bin/build