Skip to content

Commit 78ae35d

Browse files
committed
Update devcontainer.json
1 parent 5b1ea1f commit 78ae35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] Go version: 1, 1.16, 1.17
2-
ARG VARIANT="1.17"
2+
ARG VARIANT="1.18"
33
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
44

55
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
@@ -17,4 +17,4 @@ RUN su vscode -c "source /etc/bash_completion"
1717
# RUN go get -x <your-dependency-or-tool>
1818

1919
# [Optional] Uncomment this line to install global node packages.
20-
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
20+
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1

0 commit comments

Comments
 (0)