We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695bd2c commit 974f77aCopy full SHA for 974f77a
services/app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20-alpine AS base
+FROM node:22-alpine AS base
2
3
# Install dependencies only when needed
4
FROM base AS deps
services/queue/Dockerfile
@@ -20,7 +20,7 @@ RUN yarn rebuild
20
RUN yarn build
21
22
# Production image
23
-FROM node:20-alpine AS runner
+FROM node:22-alpine AS runner
24
25
ENV NODE_ENV production
26
WORKDIR /app
0 commit comments