diff --git a/shlaxfile.py b/shlaxfile.py index 3e019fb..4162b6b 100755 --- a/shlaxfile.py +++ b/shlaxfile.py @@ -11,7 +11,7 @@ shlax = Container( Copy('setup.py', 'shlax', '/app'), Pip('/app'), base='quay.io/podman/stable', - commit='quay.io/yourlabs/shlax', + commit='docker://yourlabs/shlax', ), )