Skip to content

Commit 26cff7f

Browse files
committed
Fix Setup Artifactory in the integration tests
1 parent 541ae68 commit 26cff7f

File tree

1 file changed

+1
-1
lines changed
  • build-info-extractor-docker/src/test/resources/artifactory

1 file changed

+1
-1
lines changed

build-info-extractor-docker/src/test/resources/artifactory/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ENV JFROG_HOME=/jfrog_home
77
WORKDIR /jfrog_home
88
EXPOSE 8082
99
EXPOSE 8081
10-
CMD ["sh","-c","local-rt-setup; sleep infinity"]
10+
CMD ["sh","-c","local-rt-setup --rt-version 7.84.17; sleep infinity"]

0 commit comments

Comments
 (0)