Skip to content

Commit

Permalink
Chart to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Mar 25, 2024
1 parent 790e6b5 commit 0721603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/paws-hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyterhub/k8s-hub:3.3.2
FROM jupyterhub/k8s-hub:3.3.3
ARG NB_USER=tools.paws
ARG NB_UID=52771
ARG HOME=/home/paws
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ USER ${NB_USER}
RUN pip install --no-cache-dir \
jupyter-server-proxy \
rpy2 \
git+https://github.com/toolforge/jupyter-rsession-proxy.git@57d89b4
jupyter-rsession-proxy

# Set CRAN mirror to rspm before we install anything
COPY r/Rprofile.site /usr/lib/R/etc/Rprofile.site
Expand Down
2 changes: 1 addition & 1 deletion paws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ name: paws
version: "2.11"
dependencies:
- name: jupyterhub
version: "3.3.2"
version: "3.3.3"
repository: "https://jupyterhub.github.io/helm-chart"

0 comments on commit 0721603

Please sign in to comment.