Target specific OS for devcontainer base image (#26422)

fixes #25842

credit to philippbeckmann for discovering this
pull/26396/head^2
techknowlogick 1 year ago committed by GitHub
parent 1772814605
commit bfef7d4735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .devcontainer/devcontainer.json

@ -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": {

Loading…
Cancel
Save