From 766b3a703966e1b44a8e90e9f396afccaf39333c Mon Sep 17 00:00:00 2001 From: dylanhitt Date: Thu, 10 Feb 2022 20:16:56 -0500 Subject: [PATCH] update readme.md --- .circleci/config.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37b11ad..90d551c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/openjdk:8-jdk + - image: openjdk:8 environment: # Customize the JVM maximum heap limit JVM_OPTS: -Xmx500m diff --git a/README.md b/README.md index ba76423..18ad46d 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ You can use Auto CircleCI Orb as follows: ``` version: 2.1 orbs: - auto_ci: nowsecure/ci-auto-orb@1.2.0 + auto_ci: nowsecure/ci-auto-orb@1.2.1 jobs: build: docker: - - image: circleci/openjdk:8-jdk + - image: openjdk:8 steps: - attach_workspace: at: /tmp/myworkspace