1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Target specific OS for devcontainer base image (#26422)

fixes #25842

credit to philippbeckmann for discovering this
This commit is contained in:
techknowlogick
2023-08-10 17:57:29 -04:00
committed by GitHub
parent 1772814605
commit bfef7d4735

View File

@@ -1,6 +1,6 @@
{
"name": "Gitea DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:1.20",
"image": "mcr.microsoft.com/devcontainers/go:1.20-bullseye",
"features": {
// installs nodejs into container
"ghcr.io/devcontainers/features/node:1": {