Skip to content

Commit

Permalink
Merge pull request #159 from sergeyt/renovate/docker-gradle-6.x
Browse files Browse the repository at this point in the history
Update gradle Docker tag to v6.4.0
  • Loading branch information
sergeyt authored May 6, 2020
2 parents 6b0c229 + 98c5363 commit 2d85335
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 2d85335

Please sign in to comment.