From bc47a9e6061e70c8652736a003a6aa19d88b191b Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 21 Jan 2021 00:06:07 +0100 Subject: [PATCH] Switch to Docker image on the Github registry To avoid the DockerHub rate limit when running CI builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ed2032..a200e73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM thumbsupgallery/runtime:alpine +FROM ghcr.io/thumbsup/build:node-12 WORKDIR /app COPY package.json .