Skip to content

Commit a6da47a

Browse files
committed
Revert "Allow configuring base devcontainer image"
This reverts commit 0ff82ec.
1 parent 0ff82ec commit a6da47a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.19, 1.18, 1-bullseye, 1.19-bullseye, 1.18-bullseye, 1-buster, 1.19-buster, 1.18-buster
44
ARG VARIANT="1-1.21-bullseye"
5-
ARG BASE="mcr.microsoft.com/vscode/devcontainers/go"
6-
FROM ${BASE}:${VARIANT}
7-
5+
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}
86

97
# [Choice] Node.js version: none, lts/*, 18, 16, 14
108
ARG NODE_VERSION="none"

0 commit comments

Comments
 (0)