Skip to content

Commit 245d522

Browse files
committed
feat: update fish and curl-apt-get features to latest versions
1 parent da3fd26 commit 245d522

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/universal/.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"ghcr.io/tailscale/codespace/tailscale": {},
2020
"ghcr.io/devcontainers/features/rust:1": {},
21-
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
22-
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
21+
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2.0.0": {},
22+
"ghcr.io/devcontainers-extra/features/curl-apt-get:1": {},
2323
"ghcr.io/devcontainers/features/sshd:1": {
2424
"version": "latest"
2525
},
@@ -42,8 +42,8 @@
4242
"ghcr.io/devcontainers/features/go:1": {
4343
"version": "latest"
4444
},
45-
"ghcr.io/devcontainers-contrib/features/neovim-apt-get:1": {},
46-
"ghcr.io/devcontainers-contrib/features/vscode-server:1": {}
45+
"ghcr.io/devcontainers-extra/features/neovim-apt-get:1": {},
46+
"ghcr.io/devcontainers-extra/features/vscode-server:1": {}
4747
},
4848
"runArgs": ["--device=/dev/net/tun"],
4949
"customizations": {

0 commit comments

Comments
 (0)