chore(deps): bump node from c601a46 to a25c993 in /docker (#506)

This commit is contained in:
dependabot[bot]
2026-07-13 19:52:46 +08:00
committed by GitHub
parent 30d36d7949
commit a39b3fe47f
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
# ============================================
# Stage 1: Build libheif from source
# ============================================
FROM node:22-bookworm@sha256:c601a46abb4d2ab80a9dc3da208d50d1122642d53f17a101926ace71e5a9bf1c AS libheif-builder
FROM node:22-bookworm@sha256:a25c9934ff6382cd4f08b6bc26c82bf4ea69b1e6f8dabfb2ead457374127c365 AS libheif-builder
ARG LIBHEIF_VERSION=1.21.2
@@ -30,7 +30,7 @@ RUN curl -fsSL "https://github.com/strukturag/libheif/releases/download/v${LIBHE
# ============================================
# Stage 2: Test runner
# ============================================
FROM node:22-bookworm@sha256:c601a46abb4d2ab80a9dc3da208d50d1122642d53f17a101926ace71e5a9bf1c
FROM node:22-bookworm@sha256:a25c9934ff6382cd4f08b6bc26c82bf4ea69b1e6f8dabfb2ead457374127c365
RUN corepack enable && corepack prepare pnpm@9.15.4 --activate