Skip to content

Commit 9f6f8b2

Browse files
committed
Update PYTHON_VERSION_JUPYTER to match PYTHON_VERSION_ALT
Closes #613 The current `just` automation to update python versions does not currently apply to `PYTHON_VERSION_JUPYTER`. This is a one-off fix until we address this fully in #590
1 parent e33a771 commit 9f6f8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workbench/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/bionic/amd64
33
RSW_NAME=rstudio-workbench
44
PYTHON_VERSION=3.9.17
55
PYTHON_VERSION_ALT=3.8.17
6-
PYTHON_VERSION_JUPYTER=3.8.15
6+
PYTHON_VERSION_JUPYTER=3.8.17
77
R_VERSION_ALT=4.1.3
88
R_VERSION=4.2.3

workbench/Dockerfile.ubuntu2204

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG R_VERSION=4.2.3
1212
ARG R_VERSION_ALT=4.1.3
1313
ARG PYTHON_VERSION=3.9.17
1414
ARG PYTHON_VERSION_ALT=3.8.17
15-
ARG PYTHON_VERSION_JUPYTER=3.8.15
15+
ARG PYTHON_VERSION_JUPYTER=3.8.17
1616
ARG RSW_VERSION=2023.06.1+524.pro1
1717
ARG RSW_NAME=rstudio-workbench
1818
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/jammy/amd64

0 commit comments

Comments
 (0)