Skip to content

Commit

Permalink
2025.1: opencpu 2.2.12 & rstudio 2024.12.0-467
Browse files Browse the repository at this point in the history
  • Loading branch information
yht committed Jan 29, 2025
1 parent 30acf3c commit ee9373d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM b2bwebid/r-base:buster
FROM b2bwebid/r-base:bookworm

ENV BRANCH 2.2.7
ENV RSTUDIO 2022.02.0-443
ENV BRANCH 2.2.12
ENV RSTUDIO 2024.12.0-467

RUN apt install -y locales apt-utils wget libprotobuf-dev protobuf-compiler apache2 apache2-dev ssl-cert libapparmor-dev libcurl4-openssl-dev libssl-dev libxml2-dev libssh2-1-dev libcairo2-dev xvfb xfonts-base debhelper && \
apt clean && \
Expand All @@ -24,7 +24,7 @@ RUN apt-get install -y libapache2-mod-r-base && \
dpkg -i /home/builder/opencpu-server_*.deb

RUN apt-get install -y gdebi-core git sudo && \
wget --quiet https://download2.rstudio.org/server/bionic/amd64/rstudio-server-${RSTUDIO}-amd64.deb && \
wget --quiet https://download2.rstudio.org/server/jammy/amd64/rstudio-server-${RSTUDIO}-amd64.deb && \
gdebi --non-interactive rstudio-server-${RSTUDIO}-amd64.deb && \
rm -f rstudio-server-${RSTUDIO}-amd64.deb && \
echo "server-app-armor-enabled=0" >> /etc/rstudio/rserver.conf
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = b2bwebid/opencpu
VERSION = 2022.1
VERSION = 2025.1

.PHONY: all build tag_latest release

Expand Down

0 comments on commit ee9373d

Please sign in to comment.