Skip to content

Commit

Permalink
Update gradle Docker tag to v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 6, 2020
1 parent 6b0c229 commit 98c5363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fparse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:6.3.0-jdk11 AS build
FROM gradle:6.4.0-jdk11 AS build
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle build --no-daemon --stacktrace -x test
Expand Down

0 comments on commit 98c5363

Please sign in to comment.