From 52df52e79b9fb98d3b039a2601d686c786728d79 Mon Sep 17 00:00:00 2001 From: Jon Wong Date: Thu, 25 Jul 2019 15:22:35 -0700 Subject: [PATCH] Update Dockerfile attempting to use `lambci` to create an environment where we have access to node / yarn --- up/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up/Dockerfile b/up/Dockerfile index 06763fe..adef1d8 100644 --- a/up/Dockerfile +++ b/up/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11 +FROM lambci/lambci:latest LABEL version="1.0.0" LABEL maintainer="Apex"