Skip to content

Commit 974f77a

Browse files
author
Rajat Saxena
committed
Upgraded Node version
1 parent 695bd2c commit 974f77a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine AS base
1+
FROM node:22-alpine AS base
22

33
# Install dependencies only when needed
44
FROM base AS deps

services/queue/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN yarn rebuild
2020
RUN yarn build
2121

2222
# Production image
23-
FROM node:20-alpine AS runner
23+
FROM node:22-alpine AS runner
2424

2525
ENV NODE_ENV production
2626
WORKDIR /app

0 commit comments

Comments
 (0)