From b2ce7f10a38f3efc20094a780d68c4e1be691aba Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 8 Jul 2019 21:42:31 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20don=E2=80=99t=20use=20alpine=20for?= =?UTF-8?q?=20tsbuild=20Dockerfile=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4259c66af5..b505d3ab01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/node:10.16.0-alpine@sha256:f59303fb3248e5d992586c76cc83e1d3700f641cbcd7c0067bc7ad5bb2e5b489 AS tsbuild +FROM amd64/node:10.16.0 AS tsbuild COPY package.json . COPY yarn.lock . -- GitLab