Skip to content

Commit

Permalink
Merge pull request #661 from xlight05/bump-graalvm
Browse files Browse the repository at this point in the history
Bump graalvm version and add mostly static flag
  • Loading branch information
xlight05 authored Aug 17, 2023
2 parents f1a5c80 + 56bc061 commit 3043c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion native-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/graalvm/native-image:ol8-java11-22.2.0
FROM ghcr.io/graalvm/native-image:ol8-java11-22.3.3

COPY build-native.sh build/

Expand Down
1 change: 1 addition & 0 deletions native-builder/build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.

native-image -jar "output/$1" \
-H:+StaticExecutableWithDynamicLibC \
--no-fallback \
-H:Name="$2" \
-H:Path="output"

0 comments on commit 3043c3a

Please sign in to comment.