Skip to content

Commit 47d9d9d

Browse files
committed
chore: updated RStudio to 2023.05.0-daily-212 and Quarto to 1.3.319
1 parent f40ef82 commit 47d9d9d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version:
2-
VERSION_TAG=4.2.3-9004
2+
VERSION_TAG=4.2.3-9005
33

44
## Ports:
55
COMPOSE_PROJECT_NAME=rdatascience_1

Dockerfiles/rdsc_rstudio_j.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \
55

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

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

1717
# USER ${RSESSION_USER}
1818

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* updated RStudio to `2023.05.0-daily-210` and quarto to `1.3.313`
88
* added `autonewsmd` and updated RStudio and Quarto
99
* included `pythdon-dev` and dqa-python package
10+
#### Fixes
11+
12+
* (!) added localhost prefix to port to avoid network wide share of service
1013
#### Docs
1114

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

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

2326
## 4.2.3 (2023-03-20)
2427

build_rdsc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
# docker buildx use mybuilder
2020

2121
## Should the docker building process build using caching? (true/false)
22-
docker_build_with_cache=true
22+
docker_build_with_cache=false
2323

2424
## -------------------------------------------
2525
## Starting the actual script:

0 commit comments

Comments
 (0)