Skip to content

Commit b9a9237

Browse files
committed
v2023.1: rstudio-server 2023.06.0-421
1 parent 6a7047f commit b9a9237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM b2bwebid/r-quant:2021.3
22
MAINTAINER B2B.Web.ID Data Analytics Platform Labs
3-
ENV RSTUDIO 1.4.1717
3+
ENV RSTUDIO 2023.06.0-421
44
RUN apt update && apt upgrade -y && \
55
apt install -y locales apt-utils wget libprotobuf-dev protobuf-compiler apache2 apache2-dev ssl-cert libapparmor-dev libcurl4-openssl-dev libssl-dev \
66
libxml2-dev libssh2-1-dev libcairo2-dev xvfb xfonts-base debhelper zlib1g-dev gdebi-core git sudo && \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = b2bwebid/rstudio-server
2-
VERSION = 2021.3
2+
VERSION = 2023.1
33

44
.PHONY: all build tag_latest release
55

0 commit comments

Comments
 (0)