File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ The command understands the following command line arguments:
123
123
Storage driver options for all volumes (same as Docker param)
124
124
--with-X Globally enable the X USE flag
125
125
--with-vnc Install VNC server to test graphical applications
126
- --profile PROFILE The profile to use (default = default/linux/amd64/17.1 )
126
+ --profile PROFILE The profile to use (default = default/linux/amd64/23.0 )
127
127
--features FEATURES [FEATURES ...]
128
128
Set FEATURES, see https://wiki.gentoo.org/wiki/FEATURES (default = ['-sandbox',
129
129
'-usersandbox', 'userfetch'])
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def parse_commandline(args):
110
110
parser .add_argument (
111
111
"--profile" ,
112
112
help = "The profile to use (default = %(default)s)" ,
113
- default = "default/linux/amd64/17.1 " )
113
+ default = "default/linux/amd64/23.0 " )
114
114
parser .add_argument (
115
115
'--features' ,
116
116
help = "Set FEATURES, see https://wiki.gentoo.org/wiki/FEATURES "
You can’t perform that action at this time.
0 commit comments