go to 20.04

This commit is contained in:
Dedy Martadinata S
2022-05-07 10:57:47 +07:00
committed by GitHub
parent d6f5b87d3f
commit a57a25133c

View File

@@ -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