Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6ed37b3

Browse files
authored
Update devcontainer.json
1 parent 494eb97 commit 6ed37b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-templates/image/.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Dev Container Definition Template - Container Image",
33

44
// Update the 'image' property with your Docker image name.
5-
"image": "ubuntu:bionic",
5+
"image": "ubuntu:18.04",
66

77
// The optional 'runArgs' property can be used to specify additional runtime arguments.
88
"runArgs": [

0 commit comments

Comments
 (0)