update to version 4.7.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Romm",
|
"title": "Romm",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"upstreamVersion":"4.6.1",
|
"upstreamVersion":"4.7.0",
|
||||||
"author":"Kevin Whitaker <kevin@eyecreate.org>",
|
"author":"Kevin Whitaker <kevin@eyecreate.org>",
|
||||||
"description":"A beautiful, powerful, self-hosted rom manager and player.",
|
"description":"A beautiful, powerful, self-hosted rom manager and player.",
|
||||||
"healthCheckPath": "/api/heartbeat",
|
"healthCheckPath": "/api/heartbeat",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
ARG VERSION=4.6.1
|
ARG VERSION=4.7.0
|
||||||
|
|
||||||
ARG ALPINE_VERSION=3.22
|
ARG ALPINE_VERSION=3.23
|
||||||
ARG NODE_VERSION=20.19
|
ARG NODE_VERSION=24.13
|
||||||
|
|
||||||
# FRONTEND BUILD
|
# FRONTEND BUILD
|
||||||
FROM node:${NODE_VERSION}-trixie AS frontend-build
|
FROM node:${NODE_VERSION}-trixie AS frontend-build
|
||||||
|
|||||||
Reference in New Issue
Block a user