Skip to content

Commit

Permalink
HAAR-935: ⬆️ update circleci orb version for setup_remote_docker (#30)
Browse files Browse the repository at this point in the history
* HAAR-935: ⬆️ update circleci orb version for setup_remote_docker

* HAAR-935: ⬆️ update circleci orb version for setup_remote_docker

* HAAR-935: put redis tag in quotes
  • Loading branch information
simon-mitchell authored Oct 11, 2022
1 parent 5da26e9 commit a7b3567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
hmpps: ministryofjustice/hmpps@3.14
hmpps: ministryofjustice/hmpps@6.0
slack: circleci/[email protected]

parameters:
Expand All @@ -14,7 +14,7 @@ parameters:

node-version:
type: string
default: 16.14-browsers
default: 16.17-browsers

jobs:
build:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a7b3567

Please sign in to comment.