Skip to content

Commit c132942

Browse files
committed
Rolled back version for proper release, fixed issue with Dockerfile
1 parent 33d9cca commit c132942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/source/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL stage=run
2222
RUN mkdir -p /var/repository
2323
RUN mkdir -p /base-repo/config/
2424
COPY --from=build-base-repo /base-repo/base-repo/build/libs/base-repo.jar /base-repo/base-repo.jar
25-
COPY --from=build-base-repo /base-repo/collection-api/config/application-default.properties /base-repo/application.properties
25+
COPY --from=build-base-repo /base-repo/base-repo/config/application-default.properties /base-repo/application.properties
2626
COPY run.sh /base-repo/
2727

2828
EXPOSE 8080

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
22

3-
version=1.1
3+
version=1.0

0 commit comments

Comments
 (0)