From a6d8e0b35cc0da1cc88befe11e84608b274bf9af Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 15 Jan 2025 20:37:56 +0000 Subject: [PATCH] chore: Fix renovate annotations in dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 203cc0c..3e85c11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,9 +27,9 @@ RUN TARGETTUPLE=$(case $TARGETPLATFORM in \ echo "TARGETTUPLE=$TARGETTUPLE" >> /etc/environment # Developer tool versions -# renovate: datasource=github-releases depName=cargo-binstall packageName=cargo-bins/cargo-binstall +# renovate: datasource=github-releases depName=cargo-bins/cargo-binstall ENV BINSTALL_VERSION=1.10.17 -# renovate: github-releases depName=cargo-sbom packageName=psastras/sbom-rs +# renovate: github-releases depName=psastras/sbom-rs ENV CARGO_SBOM_VERSION=0.9.1 RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash