Commit f473742 1 parent 355e8c5 commit f473742 Copy full SHA for f473742
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
31
31
32
32
FROM base-core
33
33
WORKDIR /lc-core
34
- COPY --from=builder /build/target/scala-3.5.0 /LibreCaptcha.jar .
34
+ COPY --from=builder /build/target/scala-3.5.2 /LibreCaptcha.jar .
35
35
RUN mkdir data/
36
36
37
37
EXPOSE 8888
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
6
6
7
7
FROM base-core
8
8
RUN mkdir /lc-core
9
- COPY target/scala-3.5.0 /LibreCaptcha.jar /lc-core
9
+ COPY target/scala-3.5.2 /LibreCaptcha.jar /lc-core
10
10
WORKDIR /lc-core
11
11
RUN mkdir data/
12
12
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ python3 -m venv testEnv
4
4
source ./testEnv/bin/activate
5
5
pip install locust
6
6
mkdir -p data/
7
- java -jar target/scala-3.5.0 /LibreCaptcha.jar &
7
+ java -jar target/scala-3.5.2 /LibreCaptcha.jar &
8
8
JAVA_PID=$!
9
9
sleep 4
10
10
You can’t perform that action at this time.
0 commit comments