Skip to content

Commit e4e5a86

Browse files
committed
Fix jdk package
1 parent 9c122fe commit e4e5a86

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
@@ -11,7 +11,7 @@ ARG DETEKT_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VER
1111
ARG DETEKT_FORMATTING_FILE_NAME="detekt-formatting-${DETEKT_VERSION}.jar"
1212
ARG DETEKT_FORMATTING_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VERSION}/${DETEKT_FORMATTING_FILE_NAME}"
1313

14-
RUN apk --no-cache --update add git curl openjdk17 bash \
14+
RUN apk --no-cache --update add git curl openjdk17-jdk bash \
1515
&& rm -rf /var/cache/apk/*
1616

1717
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/v${REVIEWDOG_VERSION}/install.sh | sh -s -- -b /usr/local/bin/

0 commit comments

Comments
 (0)