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 Mar 2, 2024
1 parent e1e988b commit 14355cd
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 @@ -14,7 +14,7 @@ RUN curl -fsSL https://download.newrelic.com/infrastructure_agent/gpg/newrelic-i
apt-get update && \
apt-get install nrjmx

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 14355cd

Please sign in to comment.