Pin dependencies (#4)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Morten Olsen
2025-09-13 12:18:32 +02:00
committed by GitHub
parent 7319cf932b
commit 324356a59d
27 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine/git:latest
FROM alpine/git:latest@sha256:9c9c6debba3eac25c9230db4bbd1e17d0c27efffdb93e502a47f6f447ab90ac4
# or a more specific image like a Debian slim or Ubuntu base image.
RUN apk add --no-cache restic fuse-overlayfs
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM node:23-slim
FROM node:23-slim@sha256:86191b94d2a163be41f3dc7fe5e5fcaca8ba2f1be7275d98a06343483c17414a
RUN corepack enable
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --prod