We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8910a0 commit 2d5520bCopy full SHA for 2d5520b
Dockerfile
@@ -6,6 +6,6 @@ RUN git config --global user.name "Your Name"
6
RUN git config --global http.postBuffer 1048576000
7
RUN curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /src
8
RUN chmod +x /src
9
-RUN /coursier bootstrap -r sonatype:snapshots com.sourcegraph:packagehub_2.13:0.5.1-43-da43fdbb-SNAPSHOT -o /packagehub
+RUN /coursier bootstrap -r sonatype:snapshots com.sourcegraph:packagehub_2.13:0.5.2-1-c8910a01-SNAPSHOT -o /packagehub
10
ENV COURSIER_REPOSITORIES=central|https://maven.google.com/|jitpack
11
CMD ["/packagehub.sh"]
0 commit comments