dorfylegends/.devcontainer/Dockerfile
2023-11-17 15:50:14 +01:00

4 lines
93 B
Docker

ARG VARIANT="1.21-bullseye"
FROM mcr.microsoft.com/devcontainers/go:1-${VARIANT}
USER vscode