From 01fdd0bee2199bb58373aecc9942591a2d45011a Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 14 Jan 2021 18:17:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20Bump=20Dockerfile=20builder=20to=20?= =?UTF-8?q?15.5.1-alpine3.12?= 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 7b4990e7..30d78d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.4.0-alpine3.12 +FROM node:15.5.1-alpine3.12 WORKDIR /app RUN npm i -g pnpm COPY package.json ./