Skip to content

Commit cd7e8ab

Browse files
fix: correct bundle audit gem in Dockerfile (#8121)
Co-authored-by: Jeremy Long <[email protected]>
1 parent a663aa2 commit cd7e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ADD cli/target/dependency-check-${VERSION}-release.zip /
2424
RUN apk update && \
2525
apk add --no-cache --virtual .build-deps curl tar && \
2626
apk add --no-cache git ruby ruby-rdoc npm && \
27-
gem install bundle-audit && \
27+
gem install bundler-audit && \
2828
bundle audit update && \
2929
mkdir /opt/yarn && \
3030
curl -Ls https://yarnpkg.com/latest.tar.gz | tar -xz --strip-components=1 --directory /opt/yarn && \

0 commit comments

Comments
 (0)