Skip to content

Commit 2d5520b

Browse files
committed
WIP
1 parent c8910a0 commit 2d5520b

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
@@ -6,6 +6,6 @@ RUN git config --global user.name "Your Name"
66
RUN git config --global http.postBuffer 1048576000
77
RUN curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /src
88
RUN chmod +x /src
9-
RUN /coursier bootstrap -r sonatype:snapshots com.sourcegraph:packagehub_2.13:0.5.1-43-da43fdbb-SNAPSHOT -o /packagehub
9+
RUN /coursier bootstrap -r sonatype:snapshots com.sourcegraph:packagehub_2.13:0.5.2-1-c8910a01-SNAPSHOT -o /packagehub
1010
ENV COURSIER_REPOSITORIES=central|https://maven.google.com/|jitpack
1111
CMD ["/packagehub.sh"]

0 commit comments

Comments
 (0)