1
1
Fork 0

bump node

This commit is contained in:
Ava Gaiety W. 2024-03-27 06:24:52 +00:00
parent 427777ce84
commit f1c9eb0b4e

View file

@ -1,5 +1,5 @@
# build with nodejs
FROM node:16.17.0-bullseye-slim AS build
FROM node:18.19-alpine3.18 AS build
ENV NODE_ENV production
WORKDIR /app
COPY . /app