Skip to content

Commit eb76de6

Browse files
committed
chore: updated rstudio
1 parent 81c14d5 commit eb76de6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.3-9005
2+
VERSION_TAG=4.1.3-9006
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
@@ -13,8 +13,8 @@ LABEL org.label-schema.schema-version="1.0" \
1313

1414
# get RStudio-Server (Preview Version): https://www.rstudio.com/products/rstudio/download/preview/
1515
# ENV RSTUDIO_VERSION=1.4.1725 \
16-
ENV RSTUDIO_VERSION=2022.02.0 \
17-
RSTUDIO_VERSION_PREVIEW=443 \
16+
ENV RSTUDIO_VERSION=2022.02.1 \
17+
RSTUDIO_VERSION_PREVIEW=461 \
1818
RSTUIO_URL=https://s3.amazonaws.com/rstudio-ide-build/server/bionic/amd64/
1919
ENV RSTUDIO_FILE="rstudio-server-${RSTUDIO_VERSION}-${RSTUDIO_VERSION_PREVIEW}-amd64.deb"
2020
ENV RSTUDIO_LINK=${RSTUIO_URL}${RSTUDIO_FILE}

0 commit comments

Comments
 (0)