Skip to content

Commit

Permalink
Merge pull request #879 from rstudio/ppm-2024.11.0-7
Browse files Browse the repository at this point in the history
Bump PPM version to 2024.11.0-7
  • Loading branch information
jmwoliver authored Dec 10, 2024
2 parents 1d62002 + d28cb0a commit b64c825
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sed_vars := if os() == "macos" { "-i ''" } else { "-i" }
BUILDX_PATH := ""

RSC_VERSION := "2024.09.0"
RSPM_VERSION := "2024.08.2-9"
RSPM_VERSION := "2024.11.0-7"
RSW_VERSION := "2024.09.1+394.pro7"

DRIVERS_VERSION := "2023.05.0"
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable CONNECT_VERSION {
}

variable PACKAGE_MANAGER_VERSION {
default = "2024.08.2-9"
default = "2024.11.0-7"
}

variable WORKBENCH_VERSION {
Expand Down
2 changes: 1 addition & 1 deletion package-manager/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RSPM_VERSION=2024.08.2-9
RSPM_VERSION=2024.11.0-7
R_VERSION=4.4.0
R_VERSION_ALT=4.1.3
PYTHON_VERSION=3.9.17
Expand Down
2 changes: 1 addition & 1 deletion package-manager/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

# Download RStudio Package Manager ---------------------------------------------#
ARG RSPM_VERSION=2024.08.2-9
ARG RSPM_VERSION=2024.11.0-7
ARG RSPM_DOWNLOAD_URL=https://cdn.rstudio.com/package-manager/deb/amd64
RUN curl -fsSL -O ${RSPM_DOWNLOAD_URL}/rstudio-pm_${RSPM_VERSION}_amd64.deb \
# Pre 7/25/23 packages
Expand Down

0 comments on commit b64c825

Please sign in to comment.