File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# # Version:
2
- VERSION_TAG = 4.2.3-9004
2
+ VERSION_TAG = 4.2.3-9005
3
3
4
4
# # Ports:
5
5
COMPOSE_PROJECT_NAME = rdatascience_1
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \
5
5
6
6
ARG \
7
7
# # Quarto: https://github.com/quarto-dev/quarto-cli/releases
8
- QUARTO_VERSION="1.3.313 " \
8
+ QUARTO_VERSION="1.3.319 " \
9
9
10
10
# # RStudio:
11
11
# # - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
12
12
# # - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
13
13
# # or: https://dailies.rstudio.com/rstudio/
14
14
# # 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 "
16
16
17
17
# USER ${RSESSION_USER}
18
18
Original file line number Diff line number Diff line change 7
7
* updated RStudio to ` 2023.05.0-daily-210 ` and quarto to ` 1.3.313 `
8
8
* added ` autonewsmd ` and updated RStudio and Quarto
9
9
* included ` pythdon-dev ` and dqa-python package
10
+ #### Fixes
11
+
12
+ * (!) added localhost prefix to port to avoid network wide share of service
10
13
#### Docs
11
14
12
15
* updated news.md
18
21
* (deps): update docker/build-push-action action to v4 ([ #6 ] ( https://github.com/joundso/r_datascience/issues/6 ) )
19
22
* (deps): update ardalanamini/auto-changelog action to v1.4.0 ([ #4 ] ( https://github.com/joundso/r_datascience/issues/4 ) )
20
23
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 )
22
25
23
26
## 4.2.3 (2023-03-20)
24
27
Original file line number Diff line number Diff line change 19
19
# docker buildx use mybuilder
20
20
21
21
# # Should the docker building process build using caching? (true/false)
22
- docker_build_with_cache=true
22
+ docker_build_with_cache=false
23
23
24
24
# # -------------------------------------------
25
25
# # Starting the actual script:
You can’t perform that action at this time.
0 commit comments