We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f80254 commit 359ba4bCopy full SHA for 359ba4b
Dockerfile
@@ -1,5 +1,5 @@
1
# Use Node.js lts alpine image as builder
2
-FROM node:22.12.0-alpine as builder
+FROM node:22.13.0-alpine as builder
3
4
# Set up working directory
5
RUN mkdir /app
@@ -19,7 +19,7 @@ ENV NODE_ENV=production
19
RUN pnpm run build
20
21
# Set up the production image
22
-FROM node:22.12.0-alpine
+FROM node:22.13.0-alpine
23
WORKDIR /app
24
25
# Copy build output from builder
0 commit comments