mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Target specific OS for devcontainer base image (#26422)
fixes #25842 credit to philippbeckmann for discovering this
This commit is contained in:
		@@ -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": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user