Skip to content

Commit 9e0d2b5

Browse files
library update
1 parent 281ae96 commit 9e0d2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerfileJava17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
2323
# && apt-get install -y nodejs curl \
2424
# && apt-get clean
2525

26-
RUN apk --no-cache add nodejs curl unzip
26+
RUN apk --no-cache --update add nodejs curl unzip
2727

2828
COPY --from=build /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner/harness-sonar /bin/
2929
WORKDIR /bin

0 commit comments

Comments
 (0)