From 213ad94080d3f08ab152542e53e8ab2073a3aefa Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 2 Feb 2023 22:38:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20don't=20use=20alpine?= 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 9320df8..0107415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-alpine +FROM node:lts ENV CLUSTER_VERSION v1.0.5 ENV CLUSTER_TAR ipfs-cluster-ctl_${CLUSTER_VERSION}_linux-amd64.tar.gz