Skip to content

Commit 79442e9

Browse files
committed
Update
1 parent 10c3f77 commit 79442e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ references:
4747
name: install jdk
4848
command: |
4949
sudo apt-get update
50-
sudo apt-get install -y default-jre
50+
sudo apt-get install openjdk-11-jre-headless # version 11.0.14+9-0ubuntu2
5151
sudo rm -rf /var/lib/apt/lists/*
5252
5353
deploy_to_staging: &deploy-to-staging

0 commit comments

Comments
 (0)