Skip to content

Commit

Permalink
chore(deps): update dependency gradle to v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and krzema12 committed Jul 20, 2022
1 parent 818d67a commit fa29dd5
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:7.4.2-jdk17 AS build
FROM gradle:7.5.0-jdk17 AS build
COPY --chown=gradle:gradle . /src
WORKDIR /src
RUN gradle build --no-daemon
Expand Down

0 comments on commit fa29dd5

Please sign in to comment.