Skip to content

Commit 23bb0c3

Browse files
authored
Use newer hashicorp/consul Docker tag. (#136)
* Use newer hashicorp/consul Docker tag. * Update macos runner to 12 as 10 no longer available.
1 parent 549251d commit 23bb0c3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- os: windows-2019
4545
integrationTest: false
4646
nugetPush: true
47-
- os: macos-10.15
47+
- os: macos-12
4848
integrationTest: false
4949
nugetPush: false
5050
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,4 @@ paket-files/
253253

254254
.vscode
255255
.build
256+
.DS_Store

test/Website/IntegrationTests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
consul:
2-
image: consul
2+
image: hashicorp/consul:1.15
33
website:
44
build: ../
55
dockerfile: Dockerfile

test/Website/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ website:
66
ports:
77
- "80:5000"
88
consul:
9-
image: consul
9+
image: hashicorp/consul:1.15
1010
ports:
1111
- "8500:8500"

0 commit comments

Comments
 (0)