From 9c071abf7c6932ce396411aefa3a98e7fd6fc67d Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Mon, 28 Nov 2022 18:12:07 +0100 Subject: [PATCH] changed to nodejs16 --- software/haste-server/egg-haste-server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/haste-server/egg-haste-server.json b/software/haste-server/egg-haste-server.json index 49bd8f55..0725ab3e 100644 --- a/software/haste-server/egg-haste-server.json +++ b/software/haste-server/egg-haste-server.json @@ -4,13 +4,13 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-11-26T18:59:06+01:00", + "exported_at": "2022-11-28T18:11:27+01:00", "name": "haste-server", "author": "eggs@harryw.link", "description": "Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. A publicly available version can be found at hastebin.com", "features": null, "docker_images": { - "ghcr.io\/parkervcp\/yolks:nodejs_18": "ghcr.io\/parkervcp\/yolks:nodejs_18" + "ghcr.io\/parkervcp\/yolks:nodejs_16": "ghcr.io\/parkervcp\/yolks:nodejs_16" }, "file_denylist": [], "startup": "npm start",