From da065fd4a7b8b2be8a82cac23bf385ce4660acdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:05:46 +0000 Subject: [PATCH] build: bump node from `03eae3e` to `b46a10d` Bumps node from `03eae3e` to `b46a10d`. --- updated-dependencies: - dependency-name: node dependency-version: b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2f8727f..6001e70d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # We want this because we need to run npm commands on startup, inside the container. # In order to inspect the tag associated with this image hash (and verify the version of node), you can run this command # docker inspect --format='{{.RepoDigests}}' node@sha256:9632533eda8061fc1e9960cfb3f8762781c07a00ee7317f5dc0e13c05e15166f -FROM node@sha256:03eae3ef7e88a9de535496fb488d67e02b9d96a063a8967bae657744ecd513f2 +FROM node@sha256:b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876 RUN apt-get update -y && apt-get install -y openssl