Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
feat: bump java to version 11 in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM committed Apr 19, 2023
1 parent d0da91b commit 20ebadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
# if there is args passed use java8
if [[ $# -gt 0 ]] || ! docker image inspect casc_jenkins:latest &> /dev/null; then
echo "--- Build Docker img ---"
export JAVA_VERSION="${1:-8}"
export JAVA_VERSION="${1:-11}"
docker-compose -f casc/docker-compose.yml build
fi

Expand Down

0 comments on commit 20ebadf

Please sign in to comment.