chore(deps): update node docker tag to v22.14.0

This commit is contained in:
Renovate Bot 2025-02-14 00:03:57 +00:00
parent 992ed4e5c2
commit 0848709c77
2 changed files with 2 additions and 2 deletions
.gitea/workflows
Dockerfile

@ -16,7 +16,7 @@ jobs:
node:
runs-on: ubuntu-latest
container: node:22.13.1-slim
container: node:22.14.0-slim
steps:
- uses: actions/checkout@v4
- run: npm ci

@ -1,4 +1,4 @@
FROM node:22.13.1-slim AS frontend
FROM node:22.14.0-slim AS frontend
WORKDIR /app
COPY . .