Skip to content

Commit 836649e

Browse files
committed
fix: temporary jar link
1 parent 9b77159 commit 836649e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ENV RELEASE_NOTE_GENERATOR_VERSION="v0.0.5"
1010
COPY *.sh /
1111
RUN chmod +x JSON.sh && \
1212
#wget -O github-release-notes-generator.jar https://github.com/spring-io/github-changelog-generator/releases/download/${RELEASE_NOTE_GENERATOR_VERSION}/github-changelog-generator.jar
13-
wget -O github-release-notes-generator.jar https://ucd1f7512113b0c593d98dba7d90.dl.dropboxusercontent.com/cd/0/get/BFU15LNNmRHvWpIeQ31s3JxWsc1L2JnBNmTEcj_6zJbELHm4QcZLQe8dQC5CXtesNJPdUIYT-hu7E6kmEX40As8Sogi4_XkTX3-mnFecFusHfSTLQhbKD9eZPp-NbOldrzw/file?dl=1#
13+
wget -O github-release-notes-generator.jar https://www.dropbox.com/s/uwqa2bgkp0qsyna/github-changelog-generator.jar?dl=1
1414

1515
COPY entrypoint.sh /
1616

17-
ENTRYPOINT ["sh", "/entrypoint.sh"]
17+
ENTRYPOINT ["sh", "/entrypoint.sh"]

0 commit comments

Comments
 (0)