Skip to content

Commit

Permalink
chore: bump Java agent to 0.4.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jun 25, 2024
1 parent d1ba888 commit 99962d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/adservice/Dockerfile.elastic
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN ./gradlew installDist -PprotoSourceDir=./proto

FROM eclipse-temurin:21-jre

ARG version=0.3.2
ARG version=0.4.0
WORKDIR /usr/src/app/

COPY --from=builder /usr/src/app/ ./
Expand Down
2 changes: 1 addition & 1 deletion src/frauddetectionservice/Dockerfile.elastic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN gradle shadowJar

FROM gcr.io/distroless/java17-debian11

ARG version=0.3.2
ARG version=0.4.0
WORKDIR /usr/src/app/

COPY --from=builder /usr/src/app/build/libs/frauddetectionservice-1.0-all.jar ./
Expand Down

0 comments on commit 99962d4

Please sign in to comment.