chore(deps): update node docker tag to v22.13.1
All checks were successful
pilotwings / python (push) Successful in 2m6s
pilotwings / node (push) Successful in 39s
pilotwings / docker (push) Successful in 1m53s

This commit is contained in:
Renovate Bot 2025-02-09 00:06:04 +00:00
parent 91a39033dd
commit f1c0a4edd2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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