Skip to content

Commit

Permalink
bug fix issue 209 default Alpine version 3.13->3.16 (#210)
Browse files Browse the repository at this point in the history
* bug fix issue 209 default Alpine version 3.13->3.16

* update to alpine 3.20
  • Loading branch information
skyshino authored Aug 20, 2024
1 parent 7089589 commit 3e8a480
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
@@ -1,6 +1,6 @@
{
"name": "Alpine",
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-alpine-3.13",
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-alpine-3.20",
"settings": {
"terminal.integrated.shell.linux": "/bin/ash",
"shellcheck.enable": true,
Expand Down

0 comments on commit 3e8a480

Please sign in to comment.