Target specific OS for devcontainer base image (#26422)
fixes #25842 credit to philippbeckmann for discovering this
This commit is contained in:
parent
1772814605
commit
bfef7d4735
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Gitea DevContainer",
|
"name": "Gitea DevContainer",
|
||||||
"image": "mcr.microsoft.com/devcontainers/go:1.20",
|
"image": "mcr.microsoft.com/devcontainers/go:1.20-bullseye",
|
||||||
"features": {
|
"features": {
|
||||||
// installs nodejs into container
|
// installs nodejs into container
|
||||||
"ghcr.io/devcontainers/features/node:1": {
|
"ghcr.io/devcontainers/features/node:1": {
|
||||||
|
|
Loading…
Reference in a new issue