Skip to content

Commit

Permalink
Merge pull request #47 from stelligent/feature/46
Browse files Browse the repository at this point in the history
Feature/46
  • Loading branch information
Keith Monihen authored Nov 4, 2019
2 parents 0430222 + 2fee174 commit 0f66e94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
50 changes: 0 additions & 50 deletions .circleci/config.yml

This file was deleted.

9 changes: 1 addition & 8 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM circleci/golang:1.11
FROM golang:1.12
ENV GO111MODULE=on

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# Or your actual UID, GID on Linux if not the default 1000
ARG USERNAME=circleci
ARG USER_UID=3434
ARG USER_GID=$USER_UID


2 changes: 0 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"runArgs": [
// Comment out the next two lines to run as root instead. Linux users,
// update Dockerfile with your user's UID/GID if not 1000.
"-u",
"circleci",
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
Expand Down

0 comments on commit 0f66e94

Please sign in to comment.