update to version 4.7.0

This commit is contained in:
2026-03-04 17:27:24 -05:00
parent 0dedc0d8e0
commit f98c7f5273
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"title": "Romm",
"version": "0.2.0",
"upstreamVersion":"4.6.1",
"upstreamVersion":"4.7.0",
"author":"Kevin Whitaker <kevin@eyecreate.org>",
"description":"A beautiful, powerful, self-hosted rom manager and player.",
"healthCheckPath": "/api/heartbeat",

View File

@@ -1,7 +1,7 @@
ARG VERSION=4.6.1
ARG VERSION=4.7.0
ARG ALPINE_VERSION=3.22
ARG NODE_VERSION=20.19
ARG ALPINE_VERSION=3.23
ARG NODE_VERSION=24.13
# FRONTEND BUILD
FROM node:${NODE_VERSION}-trixie AS frontend-build