Skip to content

Commit 99962d4

Browse files
authored
chore: bump Java agent to 0.4.0 (#27)
1 parent d1ba888 commit 99962d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/adservice/Dockerfile.elastic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN ./gradlew installDist -PprotoSourceDir=./proto
1616

1717
FROM eclipse-temurin:21-jre
1818

19-
ARG version=0.3.2
19+
ARG version=0.4.0
2020
WORKDIR /usr/src/app/
2121

2222
COPY --from=builder /usr/src/app/ ./

src/frauddetectionservice/Dockerfile.elastic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN gradle shadowJar
1010

1111
FROM gcr.io/distroless/java17-debian11
1212

13-
ARG version=0.3.2
13+
ARG version=0.4.0
1414
WORKDIR /usr/src/app/
1515

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

0 commit comments

Comments
 (0)