Skip to content

Commit 531f2af

Browse files
committed
chore: bump devcontainer image
1 parent 9511ba1 commit 531f2af

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.devcontainer/devcontainer.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,30 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
33
{
44
"name": "Alpine",
5-
"image": "purefish/docker-fish:3.5.1",
5+
"image": "purefish/docker-fish:3.6.1",
66
// Features to add to the dev container. More info: https://containers.dev/features.
77
"features": {
88
"ghcr.io/guiyomh/features/vim:0": {}
99
},
1010
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1111
// "forwardPorts": [],
12-
1312
// Use 'postCreateCommand' to run commands after the container is created.
1413
"postCreateCommand": "fish -c 'fisher install pure-fish/pure'",
1514
"postStartCommand": "fish -c 'echo $pure_version'",
16-
1715
// Configure tool-specific properties.
1816
// "customizations": {},
19-
2017
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2118
"remoteUser": "nemo",
2219
"customizations": {
2320
"vscode": {
2421
"settings": {
2522
"terminal.integrated.defaultProfile.linux": "fish"
26-
},
27-
"extensions": [
28-
"redhat.vscode-yaml",
29-
"bierner.markdown-preview-github-styles",
30-
"bierner.markdown-emoji"
31-
]
23+
},
24+
"extensions": [
25+
"redhat.vscode-yaml",
26+
"bierner.markdown-preview-github-styles",
27+
"bierner.markdown-emoji"
28+
]
3229
}
3330
}
34-
}
31+
}

0 commit comments

Comments
 (0)