Skip to content

Commit

Permalink
Build: Make CircleCI container image names constistent
Browse files Browse the repository at this point in the history
- Replace accidentally added JRE with JDK container image
  • Loading branch information
marcelmay committed May 1, 2022
1 parent 7285459 commit 7f793cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
working_directory: ~/circleci-greenmail

docker:
- image: openjdk:8u332-jre-slim-bullseye
- image: openjdk:8u332-jdk-slim-bullseye
auth:
username: $DOCKERHUB_IDENTITY
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
working_directory: ~/circleci-greenmail

docker:
- image: openjdk:17.0.2-slim-bullseye
- image: openjdk:17.0.2-jdk-slim-bullseye
auth:
username: $DOCKERHUB_IDENTITY
password: $DOCKERHUB_PASSWORD
Expand Down

0 comments on commit 7f793cf

Please sign in to comment.