Skip to content

Commit

Permalink
[docker] Bump jupyterhub/k8s-singleuser-sample in /docker/vanilla
Browse files Browse the repository at this point in the history
Bumps jupyterhub/k8s-singleuser-sample from 1.2.0 to 4.1.0.

---
updated-dependencies:
- dependency-name: jupyterhub/k8s-singleuser-sample
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 096a288 commit baff62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/vanilla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN conda-pack -n venv -o /tmp/env.tar && \
rm /tmp/env.tar
RUN /venv/bin/conda-unpack

FROM jupyterhub/k8s-singleuser-sample:1.2.0 AS runtime
FROM jupyterhub/k8s-singleuser-sample:4.1.0 AS runtime
USER root

RUN apt-get update --allow-releaseinfo-change && apt-get -y install fuse
Expand Down
2 changes: 1 addition & 1 deletion docker/vanilla/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN conda-pack -n venv -o /tmp/env.tar && \
RUN /venv/bin/conda-unpack


FROM jupyterhub/k8s-singleuser-sample:1.2.0 as jupyter-base
FROM jupyterhub/k8s-singleuser-sample:4.1.0 as jupyter-base
USER root

RUN apt-get update --allow-releaseinfo-change && apt-get -y install fuse
Expand Down

0 comments on commit baff62d

Please sign in to comment.