Merge pull request 'chore(deps): update node docker tag to v22.14.0' (#78) from renovate/node-22.x into main
All checks were successful
pilotwings / python (push) Successful in 1m45s
pilotwings / node (push) Successful in 23s
pilotwings / docker (push) Successful in 1m45s

Reviewed-on: #78
This commit is contained in:
Michel Roux 2025-02-14 09:01:33 +00:00
commit 470e2eb919
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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