Skip to content

Commit

Permalink
Target specific OS for devcontainer base image (#26422)
Browse files Browse the repository at this point in the history
fixes #25842

credit to philippbeckmann for discovering this
  • Loading branch information
techknowlogick authored Aug 10, 2023
1 parent 1772814 commit bfef7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bfef7d4

Please sign in to comment.