See [release notes](https://github.com/qdm12/godevcontainer/releases/tag/v0.21.0) Notably: - Go upgraded from 1.23 to 1.25 - golangci-lint upgraded to v2.4.0 - Alpine upgraded from 3.20 to 3.22 - Disable package comment requirement by gopls' staticcheck - Pull container image from ghcr.io
3 lines
88 B
Docker
3 lines
88 B
Docker
FROM ghcr.io/qdm12/godevcontainer:v0.21-alpine
|
|
RUN apk add wireguard-tools htop openssl
|