bump node
This commit is contained in:
parent
427777ce84
commit
f1c9eb0b4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue