Skip to content

Commit 54c28b0

Browse files
committed
Add package version to config
1 parent 3c2ac24 commit 54c28b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DockerExecutorJavaServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public function boot()
5858
'RUN mvn clean install',
5959
'WORKDIR /opt/executor',
6060
],
61-
'package_path' => __DIR__ . '/..'
61+
'package_path' => __DIR__ . '/..',
62+
'package_version' => self::version,
6263
];
6364
config(['script-runners.java' => $config]);
6465

0 commit comments

Comments
 (0)