Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Sep 20, 2024
1 parent 05a9142 commit f5efc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crate:5.8.2
FROM crate:5.8.3

RUN curl -s https://repo1.maven.org/maven2/io/crate/crate-jmx-exporter/1.0.0/crate-jmx-exporter-1.0.0.jar -o /opt/crate-jmx-exporter.jar \
&& sed -i 's/-XX:+UseG1GC -XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30/-XX:+UseZGC -XX:+ZGenerational/' /crate/bin/crate \
Expand Down

0 comments on commit f5efc9c

Please sign in to comment.