Skip to content

Commit

Permalink
Use newer hashicorp/consul Docker tag. (#136)
Browse files Browse the repository at this point in the history
* Use newer hashicorp/consul Docker tag.

* Update macos runner to 12 as 10 no longer available.
  • Loading branch information
Choc13 authored Nov 8, 2023
1 parent 549251d commit 23bb0c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: windows-2019
integrationTest: false
nugetPush: true
- os: macos-10.15
- os: macos-12
integrationTest: false
nugetPush: false
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,4 @@ paket-files/

.vscode
.build
.DS_Store
2 changes: 1 addition & 1 deletion test/Website/IntegrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
consul:
image: consul
image: hashicorp/consul:1.15
website:
build: ../
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion test/Website/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ website:
ports:
- "80:5000"
consul:
image: consul
image: hashicorp/consul:1.15
ports:
- "8500:8500"

0 comments on commit 23bb0c3

Please sign in to comment.