fix(web/server): revert renovate hash update (#7464)

* Revert "chore(deps): update node.js to f3299f1 (#7444)"

This reverts commit cfb49c8be0.

* Revert "chore(deps): update node.js to f3299f1 (#7443)"

This reverts commit 2f121af9ec.
This commit is contained in:
Alex
2024-02-27 10:28:00 -06:00
committed by GitHub
parent e02964ca0d
commit 57f25855d3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:iron-alpine3.18@sha256:f3299f16246c71ab8b304d6745bb4059fa9283e8d025972e28436a9f9b36ed24
FROM node:iron-alpine3.18@sha256:a02826c7340c37a29179152723190bcc3044f933c925f3c2d78abb20f794de3f
RUN apk add --no-cache tini
USER node