Skip to content

Commit

Permalink
chore: bump R version; replace 4.3 -> 4.4, 4.2 -> 4.3 (#66)
Browse files Browse the repository at this point in the history
Close #65
  • Loading branch information
eitsupi authored Apr 26, 2024
1 parent 16d3865 commit a8a5025
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions build/args.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"r-ver": {
"base-image": "docker.io/rocker/r-ver",
"variants": {
"4.3": {
"4.4": {
"tags": [
"ghcr.io/rocker-org/devcontainer/r-ver:4.3",
"ghcr.io/rocker-org/devcontainer/r-ver:4.4",
"ghcr.io/rocker-org/devcontainer/r-ver:4"
],
"platforms": [
"linux/amd64",
"linux/arm64"
]
},
"4.2": {
"4.3": {
"tags": [
"ghcr.io/rocker-org/devcontainer/r-ver:4.2"
"ghcr.io/rocker-org/devcontainer/r-ver:4.3"
],
"platforms": [
"linux/amd64",
Expand All @@ -29,18 +29,18 @@
"tidyverse": {
"base-image": "docker.io/rocker/tidyverse",
"variants": {
"4.3": {
"4.4": {
"tags": [
"ghcr.io/rocker-org/devcontainer/tidyverse:4.3",
"ghcr.io/rocker-org/devcontainer/tidyverse:4.4",
"ghcr.io/rocker-org/devcontainer/tidyverse:4"
],
"platforms": [
"linux/amd64"
]
},
"4.2": {
"4.3": {
"tags": [
"ghcr.io/rocker-org/devcontainer/tidyverse:4.2"
"ghcr.io/rocker-org/devcontainer/tidyverse:4.3"
],
"platforms": [
"linux/amd64"
Expand All @@ -51,18 +51,18 @@
"geospatial": {
"base-image": "docker.io/rocker/geospatial",
"variants": {
"4.3": {
"4.4": {
"tags": [
"ghcr.io/rocker-org/devcontainer/geospatial:4.3",
"ghcr.io/rocker-org/devcontainer/geospatial:4.4",
"ghcr.io/rocker-org/devcontainer/geospatial:4"
],
"platforms": [
"linux/amd64"
]
},
"4.2": {
"4.3": {
"tags": [
"ghcr.io/rocker-org/devcontainer/geospatial:4.2"
"ghcr.io/rocker-org/devcontainer/geospatial:4.3"
],
"platforms": [
"linux/amd64"
Expand Down
12 changes: 6 additions & 6 deletions build/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
{
"src_name": "r-ver",
"image_name": "r-ver",
"variant": "4.2"
"variant": "4.3"
},
{
"src_name": "r-ver",
"image_name": "r-ver",
"variant": "4.3"
"variant": "4.4"
},
{
"src_name": "rstudio",
"image_name": "tidyverse",
"variant": "4.2"
"variant": "4.3"
},
{
"src_name": "rstudio",
"image_name": "tidyverse",
"variant": "4.3"
"variant": "4.4"
},
{
"src_name": "rstudio",
"image_name": "geospatial",
"variant": "4.2"
"variant": "4.3"
},
{
"src_name": "rstudio",
"image_name": "geospatial",
"variant": "4.3"
"variant": "4.4"
}
]
}

0 comments on commit a8a5025

Please sign in to comment.