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 ab3eea9 commit 8798767Copy full SHA for 8798767
Dockerfile
@@ -8,5 +8,5 @@ ENV JAR=jmx_prometheus_javaagent-$VERSION.jar
8
9
RUN curl -L https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/$VERSION/$JAR -o /lib/$JAR
10
11
-FROM scratch
+FROM alpine:3.22
12
COPY --from=tmp /lib /lib
0 commit comments