Skip to content

Commit 319eea6

Browse files
author
Natalie Arellano
authored
Merge branch 'main' into extensions-phase-2-rc2
2 parents f5d2b3c + 58f34a8 commit 319eea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Dependencies
2525
run: sudo apt-get install make curl jq
2626
- name: Install pack
27-
uses: buildpacks/github-actions/setup-pack@v4.9.0
27+
uses: buildpacks/github-actions/setup-pack@v5.0.1
2828
with:
2929
pack-version: '0.28.0'
3030
- name: Test

content/docs/app-developer-guide/build-a-windows-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ curl http://10.0.0.1:8080
125125
[lifecycle-issues]: https://github.com/buildpacks/lifecycle/issues
126126
[app-journey]: /docs/app-journey
127127
[getting-started]: /docs
128-
[container-mode]: https://docs.docker.com/desktop/windows/#switch-between-windows-and-linux-containers
128+
[container-mode]: https://docs.docker.com/desktop/faqs/windowsfaqs/#how-do-i-switch-between-windows-and-linux-containers
129129
[docker-env-vars]: https://docs.docker.com/engine/reference/commandline/cli/#environment-variables
130130
[docker-hosts]: #understanding-docker-hosts
131131
[build-linux]: /docs/app-developer-guide/build-an-app

0 commit comments

Comments
 (0)