changed Dockerfile to build on node:20-bookworm and ship on node:20-alpine,

sadly this drops support for arm/v6
This commit is contained in:
LevantinLynx
2024-06-02 02:38:24 +02:00
parent 62b67376c1
commit d2a608e4b2
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gotify-to-ntfy-proxy",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"start": "node index.js",