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 4efecf8 commit c9451faCopy full SHA for c9451fa
docker/spring-cloud-contract-stub-runner-docker/Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:20.04
2
3
ARG SDKMAN_JAVA_INSTALLATION=17.0.1-tem
4
-ARG THIN_REPO=https://repo.spring.io/snapshot
+ARG THIN_REPO=https://repo.spring.io/milestone
5
6
LABEL Author="Marcin Grzejszczak <[email protected]>"
7
LABEL Author="Bastian Doetsch <[email protected]>"
docker/spring-cloud-contract-stub-runner-docker/pom.xml
@@ -18,7 +18,7 @@
18
<description>Spring Cloud Contract Stub Runner Docker</description>
19
20
<properties>
21
- <thin.repo>https://repo.spring.io/snapshot</thin.repo>
+ <thin.repo>https://repo.spring.io/milestone</thin.repo>
22
</properties>
23
24
<dependencies>
0 commit comments