Skip to content

Commit

Permalink
bug fix issue 209 default Alpine version 3.13->3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
skyshino committed Jul 25, 2024
1 parent 5851b1e commit eeccd0a
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.16",
"settings": {
"terminal.integrated.shell.linux": "/bin/ash",
"shellcheck.enable": true,
Expand Down

0 comments on commit eeccd0a

Please sign in to comment.