2 Commits

Author SHA1 Message Date
Renovate Bot
4aa74efb8f chore(deps): update node docker tag to v25 2026-03-07 00:00:59 +00:00
Renovate Bot
83fed13e56 Add renovate.json
Some checks failed
Release / Release (push) Has been cancelled
Release / Build & Push Docker Image (push) Has been cancelled
Stale Issues / stale (push) Successful in 2m59s
Nightly Build / Build Nightly Image (push) Has been skipped
2026-02-27 17:43:26 +00:00
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine as build
FROM node:25-alpine as build
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:25-slim
WORKDIR /app

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}