Skip to content

Commit 1158de5

Browse files
committed
chore: use node slim instead of alpine
1 parent ec843a9 commit 1158de5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/short-places-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/backend": patch
3+
---
4+
5+
Update Dockerfile

apps/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM docker.io/node:22-slim
2-
RUN apk add --no-cache dumb-init curl postgresql17-client
2+
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init curl postgresql-client-17 && apt-get clean && rm -rf /var/lib/apt/lists/*
33
ENV NODE_ENV=production
44
ENV PORT=3000
55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)