Skip to content

Commit

Permalink
Bump appdynamics/java-agent from 23.12.0 to 24.3.0 in /java/appdynami…
Browse files Browse the repository at this point in the history
…cs (#164)

Bumps appdynamics/java-agent from 23.12.0 to 24.3.0.

---
updated-dependencies:
- dependency-name: appdynamics/java-agent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 9e96950 commit 9e4d449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/appdynamics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG base_image

FROM appdynamics/java-agent:23.12.0 AS appdynamics
FROM appdynamics/java-agent:24.3.0 AS appdynamics
RUN find /opt/appdynamics -type d -name argentoDynamicService -exec rm -rf {} +;

FROM ghcr.io/navikt/baseimages/java:common AS java-common
Expand Down

0 comments on commit 9e4d449

Please sign in to comment.