Skip to content

Commit

Permalink
Fix jdk package
Browse files Browse the repository at this point in the history
  • Loading branch information
alaegin committed Mar 7, 2024
1 parent 9c122fe commit e4e5a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG DETEKT_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VER
ARG DETEKT_FORMATTING_FILE_NAME="detekt-formatting-${DETEKT_VERSION}.jar"
ARG DETEKT_FORMATTING_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VERSION}/${DETEKT_FORMATTING_FILE_NAME}"

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

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

0 comments on commit e4e5a86

Please sign in to comment.