Skip to content

Commit f3e81e9

Browse files
author
Katie West
authored
Merge pull request #34 from newrelic/kwest/java-circleci-fix
Fixing java image
2 parents 7c49af9 + 9cb5202 commit f3e81e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
./publish-layers.sh python3.8
111111
publish-java8.al2:
112112
docker:
113-
- image: circleci/openjdk-8-stretch
113+
- image: circleci/openjdk:8-stretch
114114
steps:
115115
- checkout
116116
- run: sudo apt-get update && sudo apt-get install -y python3-pip
@@ -124,7 +124,7 @@ jobs:
124124
./publish-layers.sh java8.al2
125125
publish-java11:
126126
docker:
127-
- image: circleci/openjdk-11-stretch
127+
- image: circleci/openjdk:11-stretch
128128
steps:
129129
- checkout
130130
- run: sudo apt-get update && sudo apt-get install -y python3-pip

0 commit comments

Comments
 (0)