Skip to content

Commit

Permalink
Bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Dec 9, 2024
1 parent 35e82c2 commit 53c4318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-without-nfs/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
context: dockerfiles
dockerfile: jupyterhub.Dockerfile
args:
python_version: 3.11
python_version: 3.12
labels:
- "traefik.enable=true"
- "traefik.http.routers.jupyterhub.rule=Host(`conda-store.localhost`) && (Path(`/`) || PathPrefix(`/hub`) || PathPrefix(`/user`))"
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
context: dockerfiles
dockerfile: jupyterhub.Dockerfile
args:
python_version: 3.11
python_version: 3.12
labels:
- "traefik.enable=true"
- "traefik.http.routers.jupyterhub.rule=Host(`conda-store.localhost`) && (Path(`/`) || PathPrefix(`/hub`) || PathPrefix(`/user`))"
Expand Down

0 comments on commit 53c4318

Please sign in to comment.