diff --git a/Dockerfile b/Dockerfile index 3418583..629a61e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/bitnami/node:18 +FROM public.ecr.aws/bitnami/node:20.18.1 RUN apt-get install git ENV NODE_ENV=production RUN npm install -g typescript @@ -16,4 +16,4 @@ WORKDIR /app RUN yarn RUN yarn build -EXPOSE 9464 \ No newline at end of file +EXPOSE 9464