Compare commits

..

No commits in common. "main" and "v0.4.1-1" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:686ad37427ebcbccddafea3ea52cbd4f5d76c747b324220239ab17790e5e8cb3
FROM thegeeklab/alpine:latest@sha256:a5eec902c8e985964ac8dd057c184c96d66cf7b0bf7edb7de4112f9d195f02d3
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,12 +10,12 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/cod
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=codecov/uploader
ENV CODECOV_VERSION="${BUILD_VERSION:-v0.6.2}"
ENV CODECOV_VERSION="${BUILD_VERSION:-v0.4.1}"
COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar && \
apk add --update --no-cache curl gnupg coreutils git && \
apk add --update --no-cache curl gnupg coreutils && \
echo "Installing codecov version '${CODECOV_VERSION##v}' ..." && \
curl -SsfL -o /usr/local/bin/codecov "https://github.com/codecov/uploader/releases/download/${CODECOV_VERSION}/codecov-alpine" && \
chmod 755 /usr/local/bin/codecov && \