serving/samples/helloworld-kotlin: pin gradle to known working version (#1030)

This commit is contained in:
Adam Ross 2019-03-21 09:48:48 -07:00 committed by Knative Prow Robot
parent 87c844b70d
commit 9b91636145
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Use the official gradle image to create a build artifact.
# https://hub.docker.com/_/gradle
FROM gradle as builder
FROM gradle:4.10 as builder
# Copy local code to the container image.
COPY build.gradle .