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 #293 from MixDrinks/renovate/gradle-8.x
Browse files Browse the repository at this point in the history
Update gradle Docker tag to v8.4.0
  • Loading branch information
renovate[bot] authored Oct 6, 2023
2 parents dd7b1d1 + 9823263 commit 41dbf46
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.3.0-jdk11 AS build
FROM gradle:8.4.0-jdk11 AS build

COPY . /appbuild
WORKDIR /appbuild
Expand Down

0 comments on commit 41dbf46

Please sign in to comment.