Update Dockerfile

This commit is contained in:
Mikhail 2024-03-27 13:48:06 +00:00
parent a3f5143a10
commit 9c65e6fc0f

@ -1,4 +1,4 @@
FROM node:19.1-alpine as build FROM node:20-alpine as build
RUN apk update && rm -rf /var/cache/apk/* RUN apk update && rm -rf /var/cache/apk/*
WORKDIR /usr/app WORKDIR /usr/app