Skip to content

Commit 346f950

Browse files
Merge pull request #5 from smartSenseSolutions/dependabot/docker/gradle-8.7.0-jdk21-alpine
Bump gradle from 8.6.0-jdk21-alpine to 8.7.0-jdk21-alpine
2 parents 619d295 + fbc8f5b commit 346f950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gradle:8.6.0-jdk21-alpine AS build
1+
FROM gradle:8.7.0-jdk21-alpine AS build
22
COPY --chown=gradle:gradle . /home/app
33
WORKDIR /home/app
44
RUN gradle clean build --no-daemon -i -x test -x javadoc

0 commit comments

Comments
 (0)