diff --git a/src/r-ver/devcontainer-template.json b/src/r-ver/devcontainer-template.json index 4d0629f..5069113 100644 --- a/src/r-ver/devcontainer-template.json +++ b/src/r-ver/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "r-ver", - "version": "1.1.0", + "version": "1.1.1", "name": "R (rocker/r-ver base)", "description": "A container-based development environment for the R language. Includes many commonly used R packages.", "documentationURL": "https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver", @@ -12,8 +12,8 @@ "description": "R version:", "proposals": [ "4", - "4.3", - "4.2" + "4.4", + "4.3" ], "default": "4" },