From aaa91d6cb2fd31eac784e5d60b358cd9e236efeb Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Sun, 12 Jun 2016 09:05:37 -0700 Subject: [PATCH] switch to image_resource --- build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.yml b/build.yml index 4109797..ba32cf9 100644 --- a/build.yml +++ b/build.yml @@ -1,6 +1,9 @@ --- platform: linux -image: docker:///concourse/static-golang + +image_resource: + type: docker-image + source: {repository: concourse/static-golang} inputs: - name: github-release-resource