File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM bellsoft/liberica-openjdk-alpine:11
3344
55ARG KSCRIPT_VERSION=3.1.0
6- ARG KOTLIN_VERSION=1.5.21
6+ ARG KOTLIN_VERSION=1.5.31
77
88RUN cd $(mktemp -d) && \
99# Install kscript
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ export PATH=~/go/bin/:$PATH
1212KSCRIPT_ARCHIVE=~ /archive/kscript_versions/
1313
1414
15- kscript_version=$( grep ' val KSCRIPT_VERSION' ${KSCRIPT_HOME} /src/main/kotlin/kscript/app/Kscript.kt | cut -f2 -d' =' | tr -d ' "' )
16- echo " new version is $kscript_version "
15+ kscript_version=$( grep ' val KSCRIPT_VERSION' ${KSCRIPT_HOME} /src/main/kotlin/kscript/app/Kscript.kt | cut -f2 -d' =' | cut -f2 -d ' "' )
16+ echo " new version is ${ kscript_version} ! "
1717# # see https://github.com/aktau/github-release
1818
1919
You can’t perform that action at this time.
0 commit comments