We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c9b8f commit 82c80c5Copy full SHA for 82c80c5
build/Dockerfile
@@ -17,7 +17,7 @@ RUN chmod +x /opt/jmx_exporter/start.sh
17
18
CMD ["/opt/jmx_exporter/start.sh"]
19
20
-FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.9 as ubi
+FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.11 as ubi
21
22
RUN microdnf --assumeyes --disableplugin=subscription-manager --nodocs update && \
23
microdnf --assumeyes --disableplugin=subscription-manager --nodocs install java-1.8.0-openjdk-headless && \
0 commit comments