Skip to content

Commit

Permalink
chore(deps): update maven docker tag to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent f95a2d2 commit edfe4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ADD https://github.com/newrelic/nrjmx/releases/download/v${NRJMX_VERSION}/nrjmx_

RUN tar -xzf nrjmx_linux_${NRJMX_VERSION}_noarch.tar.gz

FROM maven:3.6-jdk-11
FROM maven:3.8-jdk-11
COPY --from=builder /go/src/github.com/newrelic/nri-cassandra/bin /
COPY --from=builder /usr/bin/nrjmx /usr/bin/nrjmx
COPY --from=builder /usr/lib/nrjmx/nrjmx.jar /usr/lib/nrjmx/nrjmx.jar
Expand Down

0 comments on commit edfe4b0

Please sign in to comment.