Skip to content

Commit 8006cb3

Browse files
authored
Merge pull request #15 from MobileTeleSystems/dependabot/docker/node-25-alpine
chore(deps): bump node from 24-alpine to 25-alpine
2 parents cb039b7 + e8f387e commit 8006cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-alpine AS development
1+
FROM node:25-alpine AS development
22

33
WORKDIR /app
44
COPY package*.json tsconfig*.json nest-cli.json eslint.config.mjs ./
@@ -11,7 +11,7 @@ RUN npm run test:e2e
1111
RUN npm run build
1212

1313

14-
FROM node:24-alpine as production
14+
FROM node:25-alpine as production
1515

1616
ARG NODE_ENV=production
1717
ENV NODE_ENV=${NODE_ENV}

0 commit comments

Comments
 (0)