Skip to content

Commit 06f1135

Browse files
authored
Update Dockerfile
Update to point to the correct base Dockerfile image
1 parent 11135e9 commit 06f1135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/google_appengine/openjdk8
1+
FROM gcr.io/google_appengine/openjdk
22
VOLUME /tmp
33
ADD spark-1.0-jar-with-dependencies.jar app.jar
44
CMD [ "java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 commit comments

Comments
 (0)