From a57a25133c0f5e893074127a4a2ef5e818481cb0 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Sat, 7 May 2022 10:57:47 +0700 Subject: [PATCH] go to 20.04 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b5bd3f..e249a8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,8 @@ RUN case ${TARGETPLATFORM} in \ # Create our Ubuntu 22.04 with node 16 -FROM ubuntu:22.04 AS base +# Go to 20.04 +FROM ubuntu:20.04 AS base ENV DEBIAN_FRONTEND=noninteractive ENV UID=1000 ENV GID=1000