Skip to content

Commit

Permalink
chore: updated RStudio to 2023.05.0-daily-212 and Quarto to 1.3.319
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Apr 13, 2023
1 parent f40ef82 commit 47d9d9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Version:
VERSION_TAG=4.2.3-9004
VERSION_TAG=4.2.3-9005

## Ports:
COMPOSE_PROJECT_NAME=rdatascience_1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/rdsc_rstudio_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \

ARG \
## Quarto: https://github.com/quarto-dev/quarto-cli/releases
QUARTO_VERSION="1.3.313" \
QUARTO_VERSION="1.3.319" \

## RStudio:
## - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
## or: https://dailies.rstudio.com/rstudio/
## or: https://dailies.rstudio.com/rstudio/mountain-hydrangea/server/jammy-amd64/
RSTUDIO_VERSION="2023.05.0-daily-210"
RSTUDIO_VERSION="2023.05.0-daily-212"

# USER ${RSESSION_USER}

Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* updated RStudio to `2023.05.0-daily-210` and quarto to `1.3.313`
* added `autonewsmd` and updated RStudio and Quarto
* included `pythdon-dev` and dqa-python package
#### Fixes

* (!) added localhost prefix to port to avoid network wide share of service
#### Docs

* updated news.md
Expand All @@ -18,7 +21,7 @@
* (deps): update docker/build-push-action action to v4 ([#6](https://github.com/joundso/r_datascience/issues/6))
* (deps): update ardalanamini/auto-changelog action to v1.4.0 ([#4](https://github.com/joundso/r_datascience/issues/4))

Full set of changes: [`4.2.3...df15848`](https://github.com/joundso/r_datascience/compare/4.2.3...df15848)
Full set of changes: [`4.2.3...f40ef82`](https://github.com/joundso/r_datascience/compare/4.2.3...f40ef82)

## 4.2.3 (2023-03-20)

Expand Down
2 changes: 1 addition & 1 deletion build_rdsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
# docker buildx use mybuilder

## Should the docker building process build using caching? (true/false)
docker_build_with_cache=true
docker_build_with_cache=false

## -------------------------------------------
## Starting the actual script:
Expand Down

0 comments on commit 47d9d9d

Please sign in to comment.