Skip to content

Commit

Permalink
chore: enforce sodium-native 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Nov 4, 2024
1 parent 259df63 commit 544d8d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-baboons-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@quassel/backend": patch
---

Enforce sodium-native 4.2.0
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install dependencies only when needed
FROM docker.io/node:lts-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat gcompat
RUN apk add --no-cache libc6-compat
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install --omit=dev
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"sodium-native": "4.2.0",
"@nx-tools/core": "npm:@openscript/[email protected]"
}
}
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 544d8d6

Please sign in to comment.