mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Fix devcontainer for Go 1.21
This commit is contained in:
parent
54bde266b4
commit
e055826068
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# [Choice] Go version: 1, 1.15, 1.14
|
# [Choice] Go version: 1, 1.15, 1.14
|
||||||
ARG VARIANT="1"
|
ARG VARIANT="1"
|
||||||
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
|
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}
|
||||||
|
|
||||||
# [Option] Install Node.js
|
# [Option] Install Node.js
|
||||||
ARG INSTALL_NODE="true"
|
ARG INSTALL_NODE="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue