Skip to content

Commit

Permalink
Revert "Allow configuring base devcontainer image"
Browse files Browse the repository at this point in the history
This reverts commit 0ff82ec.
  • Loading branch information
mooselumph committed Jan 18, 2024
1 parent 0ff82ec commit a6da47a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# [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
ARG VARIANT="1-1.21-bullseye"
ARG BASE="mcr.microsoft.com/vscode/devcontainers/go"
FROM ${BASE}:${VARIANT}

FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}

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

0 comments on commit a6da47a

Please sign in to comment.