chore(deps): update node.js to 7704dc1
Some checks failed
container-scan / Container Scan (push) Failing after 11m42s
docker-build / docker (push) Successful in 2m5s
tests / Tests (push) Successful in 8m38s

This commit is contained in:
Renovate Bot 2025-06-25 19:01:32 +00:00
parent 0e24f7917b
commit 5a44332d78
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:22-alpine@sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e AS base
FROM node:22-alpine@sha256:7704dc18955b08192f9d7b8f897224800c081af3cba22cf353eb26259484361f AS base
# ----- Dependencies -----
FROM base AS deps

View file

@ -1,4 +1,4 @@
FROM node:22-alpine@sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e
FROM node:22-alpine@sha256:7704dc18955b08192f9d7b8f897224800c081af3cba22cf353eb26259484361f
WORKDIR /app