We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c49af9 + 9cb5202 commit f3e81e9Copy full SHA for f3e81e9
.circleci/config.yml
@@ -110,7 +110,7 @@ jobs:
110
./publish-layers.sh python3.8
111
publish-java8.al2:
112
docker:
113
- - image: circleci/openjdk-8-stretch
+ - image: circleci/openjdk:8-stretch
114
steps:
115
- checkout
116
- run: sudo apt-get update && sudo apt-get install -y python3-pip
@@ -124,7 +124,7 @@ jobs:
124
./publish-layers.sh java8.al2
125
publish-java11:
126
127
- - image: circleci/openjdk-11-stretch
+ - image: circleci/openjdk:11-stretch
128
129
130
0 commit comments