Skip to content

Commit c3939d7

Browse files
committed
feat: update curl-apt-get feature to use the extra repository
1 parent 245d522 commit c3939d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/latex/.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ghcr.io/tailscale/codespace/tailscale": {},
2020
"ghcr.io/devcontainers/features/rust:1": {},
2121
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
22-
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
22+
"ghcr.io/devcontainers-extra/features/curl-apt-get:1": {},
2323
"ghcr.io/devcontainers/features/sshd:1": {
2424
"version": "latest"
2525
},
@@ -36,8 +36,8 @@
3636
"ghcr.io/devcontainers/features/go:1": {
3737
"version": "latest"
3838
},
39-
"ghcr.io/devcontainers-contrib/features/neovim-apt-get:1": {},
40-
"ghcr.io/devcontainers-contrib/features/vscode-server:1": {},
39+
"ghcr.io/devcontainers-extra/features/neovim-apt-get:1": {},
40+
"ghcr.io/devcontainers-extra/features/vscode-server:1": {},
4141
"ghcr.io/prulloac/devcontainer-features/latex:1": {}
4242
},
4343
"runArgs": ["--device=/dev/net/tun"],

templates/ubuntu-dev/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ghcr.io/tailscale/codespace/tailscale": {},
2222
"ghcr.io/devcontainers/features/rust:1": {},
2323
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
24-
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
24+
"ghcr.io/devcontainers-extra/features/curl-apt-get:1": {},
2525
"ghcr.io/devcontainers/features/sshd:1": {
2626
"version": "latest"
2727
},

0 commit comments

Comments
 (0)