From 11cde72ec1d4a7b2751d346c3da1538a7588f4d7 Mon Sep 17 00:00:00 2001
From: Stephen Cox <143357687+stephen-cox-nzx@users.noreply.github.com>
Date: Wed, 15 Jan 2025 09:48:55 +1300
Subject: [PATCH 1/2] Update dev-containers.md

updated the image as the one in the documentation cannot be found and added xdg-utils to the post-create command to enable interactive login
---
 pages/articles/dev-containers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
 }
 ```
 

From 0e5b7e88169f110e4e9d66d92c16b52e52379a36 Mon Sep 17 00:00:00 2001
From: KoenZomers <koen@zomers.eu>
Date: Wed, 22 Jan 2025 18:58:09 +0100
Subject: [PATCH 2/2] Added contributors entry

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

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]