From 98f22f2b9de4cd3451e0cea2011cfa84b4ac486c Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Fri, 8 Jul 2022 20:32:21 +0900 Subject: [PATCH] =?UTF-8?q?Update=20Dockerfile=20=E3=83=99=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=82=A4=E3=83=A1=E3=83=BC=E3=82=B8=E3=81=AE=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= 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 bed4350..794c36e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-bullseye +FROM node:18-bullseye RUN apt-get update && apt-get install -y tini