Skip to content

Commit

Permalink
Use non-deprecated docker image for testing jolokia (#32885)
Browse files Browse the repository at this point in the history
(cherry picked from commit c7c0ae7)
  • Loading branch information
v1v authored and mergify[bot] committed Sep 8, 2022
1 parent 8927920 commit 73b2f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/jolokia/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tomcat is started to fetch Jolokia metrics from it
FROM java:8-jdk-alpine
FROM openjdk:8-jdk-alpine

ENV TOMCAT_VERSION 7.0.86
ENV TC apache-tomcat-${TOMCAT_VERSION}
Expand Down

0 comments on commit 73b2f05

Please sign in to comment.