chore(deps): pin dependencies
All checks were successful
Check / Lint and Check (pull_request) Successful in 41s
Check / Lint and Check (push) Successful in 28s

This commit is contained in:
2025-12-12 18:21:42 +00:00
parent df9efce5ce
commit 9542f97503

View File

@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1
# syntax=docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
FROM node:24-alpine AS base
FROM node:24-alpine@sha256:7e0bd0460b26eb3854ea5b99b887a6a14d665d14cae694b78ae2936d14b2befb AS base
# Install dependencies only when needed
FROM base AS deps