Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #348 from MixDrinks/renovate/gradle-8.x
Browse files Browse the repository at this point in the history
Update gradle Docker tag to v8.7.0
  • Loading branch information
renovate[bot] authored Mar 26, 2024
2 parents 68b1b94 + dde80df commit 43e6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.6.0-jdk11 AS build
FROM gradle:8.7.0-jdk11 AS build

COPY . /appbuild
WORKDIR /appbuild
Expand Down

0 comments on commit 43e6567

Please sign in to comment.