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

This commit was merged in pull request #17.
This commit is contained in:
2025-12-12 18:25:22 +00:00
committed by Felix Schulze
parent df03935864
commit edd4dd1a45

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