Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Bump owasp/dependency-check from 9.2.0 to 10.0.0
Browse files Browse the repository at this point in the history
Bumps owasp/dependency-check from 9.2.0 to 10.0.0.

---
updated-dependencies:
- dependency-name: owasp/dependency-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 13b1f0a commit c696f8c
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 @@ -6,7 +6,7 @@ WORKDIR /opt/dependency-check-jira

RUN composer install --prefer-dist --no-dev

FROM owasp/dependency-check:9.2.0 AS dependency-check
FROM owasp/dependency-check:10.0.0 AS dependency-check

FROM openjdk:17-ea-14-jdk-alpine AS jdk

Expand Down

0 comments on commit c696f8c

Please sign in to comment.