Skip to content

Commit

Permalink
updated devcontainer: using dockerhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
BillYJT committed Jun 20, 2023
1 parent 856a30d commit 4058401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/ubuntu
{
"name": "fprime-docker",
// "image": "billyjt/msp-fprime-docker:latest",
"build": {
"dockerfile": "Dockerfile",
},
"image": "billyjt/msp-fprime-docker:latest",

Check failure on line 5 in .devcontainer/devcontainer.json

View workflow job for this annotation

GitHub Actions / Spell checking

`billyjt` is not a recognized word. (unrecognized-spelling)
// "build": {
// "dockerfile": "Dockerfile",
// },

// Provides runtime arguments to the container
"runArgs": [
Expand Down

0 comments on commit 4058401

Please sign in to comment.