From 8e5a046ceb12b7cd5d6eaa667e2b640ed7662341 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 30 Apr 2022 11:01:28 +0800 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- Dockerfile.cn | 2 +- Dockerfile.local | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b88ddf89..68df191a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN rm /app/.npmrc RUN yarn install && yarn run build:docker # images -FROM ubuntu:latest +FROM ubuntu:20.04 # set as non-interactive ENV DEBIAN_FRONTEND noninteractive diff --git a/Dockerfile.cn b/Dockerfile.cn index 225880bc..6a359e11 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -19,7 +19,7 @@ WORKDIR /app RUN yarn install && yarn run build:docker # images -FROM ubuntu:latest +FROM ubuntu:20.04 # set as non-interactive ENV DEBIAN_FRONTEND noninteractive diff --git a/Dockerfile.local b/Dockerfile.local index 4a1956b7..aeffb969 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -19,7 +19,7 @@ WORKDIR /app RUN yarn install && yarn run build:docker # images -FROM ubuntu:latest +FROM ubuntu:20.04 # set as non-interactive ENV DEBIAN_FRONTEND noninteractive