From be604866faa908f04545f492636b51405aa9c892 Mon Sep 17 00:00:00 2001 From: sh0go07 Date: Sat, 21 Dec 2024 16:11:35 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=96=87=E5=AD=97=E3=81=AB=E3=81=9D?= =?UTF-8?q?=E3=82=8D=E3=81=88=E3=81=9F?= 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 ca5f36d..555f9ea 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