Update Dockerfile
This commit is contained in:
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/*
|
||||
WORKDIR /usr/app
|
||||
|
Loading…
Reference in New Issue
Block a user