Skip to content

Commit

Permalink
Merge pull request r-devel#67 from r-devel/Use-devel-container-image
Browse files Browse the repository at this point in the history
Use devel container image
  • Loading branch information
hturner authored Aug 14, 2023
2 parents 074b0c7 + ca5a624 commit 4a7adbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
{
"name": "R-Dev-Env",
"image": "ghcr.io/r-devel/r-dev-env:dev-container",
"image": "ghcr.io/r-devel/r-dev-env:devel",
"hostRequirements": {
"cpus": 4
},
Expand Down

0 comments on commit 4a7adbe

Please sign in to comment.