diff --git a/CHANGELOG.md b/CHANGELOG.md index 21af96e3e..6535965b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Contributors +- Stephen Cox [stephen-cox-nzx] - Marijn Somers [Marijnsomers] - Janne Holm [jhholm] - Paul Bullock [pkbullock] diff --git a/pages/articles/dev-containers.md b/pages/articles/dev-containers.md index a13715135..b38a5fc06 100644 --- a/pages/articles/dev-containers.md +++ b/pages/articles/dev-containers.md @@ -40,7 +40,7 @@ This option requires the following: ```json { "name": "PnP 2.4.0", - "image": "m365pnp/powershell:2.4.0-alpine-3.16.5", + "image": "m365pnp/powershell:2.12.0-lts-alpine-3.17", "customizations": { "vscode": { "settings": { @@ -56,7 +56,7 @@ This option requires the following: "dbaeumer.vscode-eslint", "ms-vscode.PowerShell" ], - "postCreateCommand": "apk add git; git config --global --add safe.directory /workspaces" + "postCreateCommand": "apk add git xdg-utils; git config --global --add safe.directory /workspaces" } ```