From ce0bd34ef9e4e600967eedb920d014fe95445972 Mon Sep 17 00:00:00 2001 From: Pugma Date: Wed, 21 Aug 2024 10:10:33 +0900 Subject: [PATCH] =?UTF-8?q?`FROM`=20`AS`=20=E3=81=A7=E5=A4=A7=E6=96=87?= =?UTF-8?q?=E5=AD=97=E3=81=AB=E7=B5=B1=E4=B8=80?= 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 ca5f36df..555f9ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM node:20.11.1-alpine as build +FROM --platform=$BUILDPLATFORM node:20.11.1-alpine AS build WORKDIR /app RUN apk update