Skip to content

Commit

Permalink
Docker: update rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 25, 2024
1 parent ff6557f commit 3ba7ee8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opencpu (2.2.11-jammy1) jammy; urgency=low
opencpu (2.2.11-jammy2) jammy; urgency=low

* Debian package with OpenCPU software. See www.opencpu.org

Expand Down
2 changes: 1 addition & 1 deletion docker/centos-7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos:centos7

ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Enable EPEL
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:11

ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

RUN \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:12

ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# On Debian-12, libapache2-mod-r-base and libapreq are only available in backports :(
RUN sed 's|bookworm-updates|bookworm-updates bookworm-backports|' -i /etc/apt/sources.list.d/debian.sources
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:latest

ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Install.
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/rocky-8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux/rockylinux:8

ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Enable EPEL
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/rocky-9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux/rockylinux:9

ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Enable EPEL
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Build image
FROM ubuntu:20.04 AS builder
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Build image
FROM ubuntu:22.04 AS builder
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG BRANCH=master
ARG RSTUDIO=2023.06.2-561
ARG RSTUDIO=2023.12.0-369

# Build image
FROM ubuntu:24.04 AS builder
Expand Down
2 changes: 1 addition & 1 deletion rpm/opencpu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: opencpu
Version: 2.2.11
Release: 1
Release: 2
Source: opencpu-server-%{branch}.tar.gz
License: Apache2
Summary: The OpenCPU system for embedded scientific computing and reproducible research.
Expand Down

0 comments on commit 3ba7ee8

Please sign in to comment.