Skip to content

Commit

Permalink
Update aiidalab_launch/profile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Sep 29, 2022
1 parent 8fbbfd8 commit 178cba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiidalab_launch/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _default_port() -> int: # explicit function required to enable test patchin
return DEFAULT_PORT


_DEFAULT_IMAGE = "aiidalab/full-stack:edge"
_DEFAULT_IMAGE = "aiidalab/full-stack:latest"


def _valid_volume_name(source: str) -> None:
Expand Down

0 comments on commit 178cba6

Please sign in to comment.