From 61cbdee5439e788b13fa1ffd53ff6d644f4ea836 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Aug 16 2022 13:41:29 +0000 Subject: Dockerfile: Bump node container to the later version For new react-scripts support --- diff --git a/Dockerfile b/Dockerfile index cd1706f..8f461de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/bitnami-containers/node:12 as react-build +FROM gcr.io/bitnami-containers/node:16 as react-build WORKDIR /app COPY . ./ RUN yarn