diff --git a/Dockerfile b/Dockerfile index e9b98e8f..73f4faba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.20-slim as build-stage +FROM node:18.20-slim as build-stage RUN apt update RUN apt install git -y