Skip to content

Commit

Permalink
build(deps): bump gradle in /connector
Browse files Browse the repository at this point in the history
Bumps gradle from 7-jdk17-alpine to 8-jdk17-alpine.

---
updated-dependencies:
- dependency-name: gradle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 422f7e7 commit f76aeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:7-jdk17-alpine AS build
FROM gradle:8-jdk17-alpine AS build

Check failure

Code scanning / Trivy

Image user should not be &#39;root&#39; High

Artifact: connector/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002

ARG BUILD_ARGS

Expand Down

0 comments on commit f76aeab

Please sign in to comment.