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 944b4ef commit 38319ddCopy full SHA for 38319dd
1 file changed
Dockerfile
@@ -63,7 +63,7 @@ RUN yarn global add patch-package
63
RUN yarn build
64
65
# Stage 2: Production stage
66
-FROM node:18.19.0-slim
+FROM node:18.19.0-bookworm AS runtime
67
68
WORKDIR /app
69
0 commit comments