Skip to content

Commit 2ef3e70

Browse files
authored
Merge pull request #28 from ncode/renovate/hashicorp-consul-1.x
chore(deps): update hashicorp/consul docker tag to v1.22
2 parents 571f422 + 93b301d commit 2ef3e70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
services:
2727
consul:
28-
image: hashicorp/consul:1.20
28+
image: hashicorp/consul:1.22
2929
ports:
3030
- 8500:8500
3131
options: >-

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
consul:
3-
image: hashicorp/consul:1.20
3+
image: hashicorp/consul:1.22
44
command: agent -dev -client=0.0.0.0
55
ports:
66
- "8500:8500"

0 commit comments

Comments
 (0)