Skip to content

Commit 1032952

Browse files
committed
feat(release): danger lib path in docker
1 parent b906ab3 commit 1032952

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,6 +24,6 @@ ENV PATH $PATH:/usr/lib/kotlinc/bin
2424
RUN npm install -g danger
2525

2626
# Install Danger-Kotlin
27-
RUN wget -q "https://github.com/vacxe/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-linuxX64.tar" && \
27+
RUN wget -q "https://github.com/danger/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-linuxX64.tar" && \
2828
tar -xvf "danger-kotlin-linuxX64.tar" -C /usr/local && \
2929
rm "danger-kotlin-linuxX64.tar"

0 commit comments

Comments
 (0)