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