diff --git a/CloudronManifest.json b/CloudronManifest.json index f633b58..1904dac 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,7 +1,7 @@ { "title": "Romm", "version": "0.2.0", - "upstreamVersion":"4.6.1", + "upstreamVersion":"4.7.0", "author":"Kevin Whitaker ", "description":"A beautiful, powerful, self-hosted rom manager and player.", "healthCheckPath": "/api/heartbeat", diff --git a/Dockerfile b/Dockerfile index 6a2affd..6f6f4c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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