Skip to content

Commit 6a1c129

Browse files
committed
chore: use node slim instead of alpine
1 parent 17b9e9d commit 6a1c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:22-alpine
1+
FROM docker.io/node:22-slim
22
RUN apk add --no-cache dumb-init curl postgresql17-client
33
ENV NODE_ENV=production
44
ENV PORT=3000

0 commit comments

Comments
 (0)