Skip to content

Commit

Permalink
Upgrade python, node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Apr 16, 2024
1 parent 484bcd8 commit beb28cc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.2
3.12.3
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
```bash
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
{
"node": "20.12.0",
"pnpm": "8.15.5",
"python": "3.12.2"
"node": "20.12.2",
"pnpm": "8.15.7",
"python": "3.12.3"
}
```

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.0-alpine as builder
FROM node:20.12.2-alpine as builder

WORKDIR /server-build

Expand All @@ -17,7 +17,7 @@ COPY . .
RUN pnpm build

# ---- RUNTIME IMAGE ----------------------------------------------------------
FROM node:20.12.0-alpine
FROM node:20.12.2-alpine

WORKDIR /app
LABEL maintainer="ferdium"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "2.0.6",
"description": "Ferdium server to replace the default Franz/Ferdi server.",
"engines": {
"node": "20.12.0",
"pnpm": "8.15.5",
"python": "3.12.2"
"node": "20.12.2",
"pnpm": "8.15.7",
"python": "3.12.3"
},
"engine-strict": true,
"volta": {
"node": "20.12.0",
"pnpm": "8.15.5",
"python": "3.12.2"
"node": "20.12.2",
"pnpm": "8.15.7",
"python": "3.12.3"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].7",
"homepage": "https://github.com/ferdium/ferdium-server",
"license": "MIT License",
"scripts": {
Expand Down

0 comments on commit beb28cc

Please sign in to comment.