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

This commit was merged in pull request #26.
This commit is contained in:
2025-12-12 18:21:42 +00:00
committed by Felix Schulze
parent dc65272c31
commit 40ee6b8fc7

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