Skip to content

Commit 529ccc7

Browse files
updated devcontainer image. (#446)
1 parent 9b7d07c commit 529ccc7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

‎.devcontainer/devcontainer.json‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
{
33
"name": "poly-devcontainer",
44
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
5-
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
5+
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
66

7-
"features": {
8-
"ghcr.io/devcontainers/features/go:1": {
9-
"version": "latest",
10-
"golangciLintVersion": "latest"
11-
},
12-
},
13-
147
"extensions": ["golang.go"],
158

169
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)