diff --git a/samples/react-page-navigator/.devcontainer/devcontainer.json b/samples/react-page-navigator/.devcontainer/devcontainer.json index 93c94a702a..3765b2cca3 100644 --- a/samples/react-page-navigator/.devcontainer/devcontainer.json +++ b/samples/react-page-navigator/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer { - "name": "SPFx 1.14.1", - "image": "docker.io/m365pnp/spfx:1.14.1", + "name": "SPFx 1.14.0", + "image": "docker.io/m365pnp/spfx:1.14.0", // Set *default* container specific settings.json values on container create. "settings": {}, // Add the IDs of extensions you want installed when the container is created.