diff --git a/.circleci/config.yml b/.circleci/config.yml index c6faa41..4cc4c26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - hmpps: ministryofjustice/hmpps@3.14 + hmpps: ministryofjustice/hmpps@6.0 slack: circleci/slack@4.8.3 parameters: @@ -14,7 +14,7 @@ parameters: node-version: type: string - default: 16.14-browsers + default: 16.17-browsers jobs: build: @@ -97,7 +97,7 @@ jobs: executor: name: hmpps/node_redis node_tag: << pipeline.parameters.node-version >> - redis_tag: buster + redis_tag: '6.2' steps: - checkout - attach_workspace: