Skip to content

Commit

Permalink
Automatic update of container definition files (#690)
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] authored Aug 24, 2023
1 parent 7815dd9 commit 973f09f
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.1.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 <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.06.1+524
ENV RSTUDIO_VERSION=2023.06.2+561
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 <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.06.1+524
ENV RSTUDIO_VERSION=2023.06.2+561
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rstudio_4.3.1.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 <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.06.1+524
ENV RSTUDIO_VERSION=2023.06.2+561
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 <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.06.1+524
ENV RSTUDIO_VERSION=2023.06.2+561
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
4 changes: 2 additions & 2 deletions stacks/4.3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"FROM": "rocker/r-ver:4.3.1",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.06.1+524",
"RSTUDIO_VERSION": "2023.06.2+561",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down Expand Up @@ -295,7 +295,7 @@
"FROM": "rocker/cuda:4.3.1",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.06.1+524",
"RSTUDIO_VERSION": "2023.06.2+561",
"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.06.1+524",
"RSTUDIO_VERSION": "2023.06.2+561",
"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.06.1+524",
"RSTUDIO_VERSION": "2023.06.2+561",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down

0 comments on commit 973f09f

Please sign in to comment.