Skip to content

Commit

Permalink
chore(deps): update dependency simonkagstrom/kcov to v43
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 23, 2024
1 parent 6a1333f commit 55363aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update -qq \
# Install kcov.
# @see https://github.com/SimonKagstrom/kcov/releases
# renovate: datasource=github-releases depName=SimonKagstrom/kcov extractVersion=^v(?<version>.*)$
ENV KCOV_VERSION=42
ENV KCOV_VERSION=43
# hadolint ignore=DL3003
RUN curl -L -o "/tmp/kcov.tar.gz" "https://github.com/SimonKagstrom/kcov/archive/refs/tags/v${KCOV_VERSION}.tar.gz" \
&& mkdir -p /tmp/kcov \
Expand Down

0 comments on commit 55363aa

Please sign in to comment.