Skip to content

Commit 78e3047

Browse files
committed
Add package version to config
1 parent 30e9e2c commit 78e3047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DockerExecutorLuaServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public function boot()
4444
'RUN luarocks make --local',
4545
'WORKDIR /opt/executor',
4646
],
47-
'package_path' => __DIR__ . '/..'
47+
'package_path' => __DIR__ . '/..',
48+
'package_version' => self::version,
4849
];
4950
config(['script-runners.lua' => $config]);
5051

0 commit comments

Comments
 (0)