Skip to content

Commit

Permalink
fix: Use correct renovate annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jan 15, 2025
1 parent 8a3752a commit e4e92b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN apt-get update && apt-get install -y \
libmagic-mgc libmagic1 file

# Developer tool versions
# renovate: datasource=github-releases depName=cargo-bins/cargo-binstall packageName=cargo-binstall
# renovate: datasource=github-releases depName=cargo-bins/cargo-binstall
ENV BINSTALL_VERSION=1.10.17
# renovate: datasource=github-releases depName=psastras/sbom-rs packageName=cargo-sbom
# renovate: datasource=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
Expand Down

0 comments on commit e4e92b8

Please sign in to comment.