Skip to content

Commit f87e4c4

Browse files
authored
Update DevContainer Ubuntu to 24.04 and Node 24.x. (#1718)
1 parent 3dd9884 commit f87e4c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04
1+
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

3-
ADD https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb /packages-microsoft-prod.deb
4-
ADD https://deb.nodesource.com/setup_20.x /nodesource_setup.sh
3+
ADD https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb /packages-microsoft-prod.deb
4+
ADD https://deb.nodesource.com/setup_24.x /nodesource_setup.sh
55

66
ENV APT_PACKAGES="git curl zip unzip tar build-essential cmake ninja-build powershell nodejs mono-complete"
77

0 commit comments

Comments
 (0)