From de401bb2eb75f35b20c406769b171d3ef3954d78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:47:21 +0000 Subject: [PATCH] build(deps): update gcr.io/distroless/nodejs20-debian12:nonroot docker digest to 02c817e --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1349eb9..d980f55a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN curl -L "https://github.com/jpreprocess/jpreprocess/releases/download/v$(cat COPY --link ./data/dict.csv ./ RUN ./jpreprocess/dict_tools build -u lindera dict.csv user-dictionary.bin -FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:e681c52c13235593aa35896e0940ca3737c358af13611b762081f7af42e5462b AS runner +FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:02c817ee7897e319eb1aff643dac13ba146a26148fe2b8fa1b55ea9fd0d8dac7 AS runner WORKDIR /app ENV NODE_ENV=production COPY --link ./package.json ./