mirror of https://github.com/knative/docs.git
serving/samples/helloworld-kotlin: pin gradle to known working version (#1030)
This commit is contained in:
parent
87c844b70d
commit
9b91636145
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue