We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c122fe commit e4e5a86Copy full SHA for e4e5a86
Dockerfile
@@ -11,7 +11,7 @@ ARG DETEKT_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VER
11
ARG DETEKT_FORMATTING_FILE_NAME="detekt-formatting-${DETEKT_VERSION}.jar"
12
ARG DETEKT_FORMATTING_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VERSION}/${DETEKT_FORMATTING_FILE_NAME}"
13
14
-RUN apk --no-cache --update add git curl openjdk17 bash \
+RUN apk --no-cache --update add git curl openjdk17-jdk bash \
15
&& rm -rf /var/cache/apk/*
16
17
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/v${REVIEWDOG_VERSION}/install.sh | sh -s -- -b /usr/local/bin/
0 commit comments