test node version
This commit is contained in:
parent
d1873b6c6b
commit
26ca23213c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Build Stage
|
# Build Stage
|
||||||
FROM node:lts-alpine AS build-stage
|
FROM node:22.18.0-alpine AS build-stage
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
@ -14,7 +14,7 @@ COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Production Stage
|
# Production Stage
|
||||||
FROM node:lts-alpine
|
FROM node:22.18.0-alpine
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
USER node
|
USER node
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue