This commit is contained in:
dependabot[bot] 2026-08-13 02:03:12 +00:00 committed by GitHub
commit 9e498fed0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:24.13-bookworm-slim AS builder
FROM node:24.19-bookworm-slim AS builder
ARG commitHash
ENV DOCKER_COMMIT_HASH=${commitHash}