Skip to content

Commit ece6aad

Browse files
Dockefile of CLI is based on Java 11 (#963)
1 parent b98f12e commit ece6aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile_java_cli

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8
1+
FROM azul/zulu-openjdk:11.0.15-11.56.19
22

33
ARG UTBOT_JAVA_CLI
44

@@ -9,4 +9,4 @@ WORKDIR /usr/src/
99
COPY ${UTBOT_JAVA_CLI} .
1010

1111
RUN UTBOT_JAVA_CLI_PATH="$(find /usr/src -type f -name 'utbot-cli*')" \
12-
&& ln -s "${UTBOT_JAVA_CLI_PATH}" /usr/src/utbot-cli.jar
12+
&& ln -s "${UTBOT_JAVA_CLI_PATH}" /usr/src/utbot-cli.jar

0 commit comments

Comments
 (0)