We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7047f commit b9a9237Copy full SHA for b9a9237
Dockerfile
@@ -1,6 +1,6 @@
1
FROM b2bwebid/r-quant:2021.3
2
MAINTAINER B2B.Web.ID Data Analytics Platform Labs
3
-ENV RSTUDIO 1.4.1717
+ENV RSTUDIO 2023.06.0-421
4
RUN apt update && apt upgrade -y && \
5
apt install -y locales apt-utils wget libprotobuf-dev protobuf-compiler apache2 apache2-dev ssl-cert libapparmor-dev libcurl4-openssl-dev libssl-dev \
6
libxml2-dev libssh2-1-dev libcairo2-dev xvfb xfonts-base debhelper zlib1g-dev gdebi-core git sudo && \
Makefile
@@ -1,5 +1,5 @@
NAME = b2bwebid/rstudio-server
-VERSION = 2021.3
+VERSION = 2023.1
.PHONY: all build tag_latest release
0 commit comments