Skip to content

Commit

Permalink
move to more stable minimal target
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Nov 17, 2023
1 parent b8185db commit f377d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ghrocker/ghrocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main():
active_extensions = extension_manager.get_active_extensions(args_dict)
print("Active extensions %s" % [e.get_name() for e in active_extensions])

dig = DockerImageGenerator(active_extensions, args_dict, 'ubuntu:jammy')
dig = DockerImageGenerator(active_extensions, args_dict, 'ruby:3.1-bookworm')

exit_code = dig.build(**vars(args))
if exit_code != 0:
Expand Down

0 comments on commit f377d7f

Please sign in to comment.