Skip to content

Commit

Permalink
upgrade devcontainer to latest (#162)
Browse files Browse the repository at this point in the history
* upgrade devcontainer to latest

Fixes #161

* Update .devcontainer/devcontainer.json

Co-authored-by: Stefan Agner <stefan@agner.ch>

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
  • Loading branch information
jkt628 and agners authored Feb 3, 2025
1 parent 1b32b0f commit f784217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/alpine
{
"name": "Alpine",
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-alpine-3.12",
"image": "mcr.microsoft.com/devcontainers/base:0-alpine-3.20",

// Set *default* container specific settings.json values on container create.
"settings": {
Expand Down

0 comments on commit f784217

Please sign in to comment.