Skip to content

Commit 9f536b0

Browse files
authored
Merge pull request #2 from utilitywarehouse/update-image
update final image: use alpine
2 parents a300328 + 8798767 commit 9f536b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ENV JAR=jmx_prometheus_javaagent-$VERSION.jar
88

99
RUN curl -L https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/$VERSION/$JAR -o /lib/$JAR
1010

11-
FROM gcr.io/distroless/static:nonroot
11+
FROM alpine:3.22
1212
COPY --from=tmp /lib /lib

0 commit comments

Comments
 (0)