Skip to content

Commit 8f01257

Browse files
authored
Devcontainer: bump base image Ubuntu version (actions#4277)
1 parent 8a73bcc commit 8f01257

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Actions Runner Devcontainer",
3-
"image": "mcr.microsoft.com/devcontainers/base:focal",
3+
"image": "mcr.microsoft.com/devcontainers/base:noble",
44
"features": {
5-
"ghcr.io/devcontainers/features/docker-in-docker:1": {},
5+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
66
"ghcr.io/devcontainers/features/dotnet": {
77
"version": "8.0.418"
88
},

0 commit comments

Comments
 (0)