Skip to content

Commit

Permalink
Rollback to 2023.03.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jun 28, 2023
1 parent 93c3e2a commit 2e27143
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-workbench-for-gcw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
R_VERSION_ALT: 4.1.3
PYTHON_VERSION: 3.10.11
PYTHON_VERSION_ALT: 3.9.16
RSW_VERSION: 2023.06.0+421.pro1
RSW_TAG_VERSION: 2023.06.0-421.pro1
RSW_DOWNLOAD_URL: https://download2.rstudio.org/server/focal/amd64
RSW_VERSION: 2023.03.2+454.pro2
RSW_TAG_VERSION: 2023.03.2-454.pro2
RSW_DOWNLOAD_URL: https://download2.rstudio.org/server/bionic/amd64
DRIVERS_VERSION: 2023.05.0
IMAGE_REGISTRY_NAME: us-central1-docker.pkg.dev/posit-images/cloud-workstations/workbench

Expand Down
4 changes: 2 additions & 2 deletions workbench-for-google-cloud-workstations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ARG PYTHON_VERSION_ALT=3.9.16
ARG PYTHON_VERSION_JUPYTER=3.10.11
ARG QUARTO_VERSION=1.3.324
ARG DRIVERS_VERSION=2023.05.0
ARG RSW_VERSION=2023.06.0+421.pro1
ARG RSW_VERSION=2023.03.2+454.pro2
ARG RSW_NAME=rstudio-workbench
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/focal/amd64
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/bionic/amd64

ENV RSW_LICENSE ""
ENV RSW_LICENSE_SERVER ""
Expand Down
4 changes: 2 additions & 2 deletions workbench-for-google-cloud-workstations/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ IMAGE_PREFIX := "rstudio-"
PRODUCT := "workbench"
IMAGE_OS := "ubuntu2004"

RSW_VERSION := "2023.06.0+421.pro1"
RSW_VERSION := "2023.03.2+454.pro2"
RSW_LICENSE := ""
RSW_DOWNLOAD_URL := "https://download2.rstudio.org/server/focal/amd64"
RSW_DOWNLOAD_URL := "https://download2.rstudio.org/server/bionic/amd64"
RSW_LICENSE_SERVER := ""
DRIVERS_VERSION := "2023.05.0"

Expand Down

0 comments on commit 2e27143

Please sign in to comment.