Skip to content

Commit

Permalink
Automatic update of container definition files (#737)
Browse files Browse the repository at this point in the history
- Auto-generated by [create-pull-request][1]

[1]: https://github.com/peter-evans/create-pull-request

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 19, 2023
1 parent de8b815 commit 87ed0b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/ml_4.3.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <cboettig@ropensci.org>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.09.1+494
ENV RSTUDIO_VERSION=2023.12.0+369
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ml_devel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <cboettig@ropensci.org>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.09.1+494
ENV RSTUDIO_VERSION=2023.12.0+369
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rstudio_4.3.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <cboettig@ropensci.org>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.09.1+494
ENV RSTUDIO_VERSION=2023.12.0+369
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rstudio_devel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <cboettig@ropensci.org>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.09.1+494
ENV RSTUDIO_VERSION=2023.12.0+369
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
4 changes: 2 additions & 2 deletions stacks/4.3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"FROM": "rocker/r-ver:4.3.2",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.09.1+494",
"RSTUDIO_VERSION": "2023.12.0+369",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down Expand Up @@ -295,7 +295,7 @@
"FROM": "rocker/cuda:4.3.2",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.09.1+494",
"RSTUDIO_VERSION": "2023.12.0+369",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down
4 changes: 2 additions & 2 deletions stacks/devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"FROM": "rocker/r-ver:devel",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.09.1+494",
"RSTUDIO_VERSION": "2023.12.0+369",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down Expand Up @@ -181,7 +181,7 @@
"FROM": "rocker/cuda:devel",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.09.1+494",
"RSTUDIO_VERSION": "2023.12.0+369",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down

0 comments on commit 87ed0b8

Please sign in to comment.