Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Oct 17, 2023
1 parent aff8e48 commit 5c9bf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'shellwords'
require_relative 'mrblib/rf/version'

IMAGE_NAME = 'buty4649/mruby-build:3.2.0'
IMAGE_NAME = 'buty4649/mruby-build:master'

def docker_run(cmd: nil, env: nil)
env_opts = env&.map { |e| ['-e', e] }
Expand Down

0 comments on commit 5c9bf5a

Please sign in to comment.