We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a107b commit 7da0f82Copy full SHA for 7da0f82
Dockerfile
@@ -40,7 +40,7 @@ RUN curl -L "https://github.com/jpreprocess/jpreprocess/releases/download/v$(cat
40
COPY --link ./data/dict.csv ./
41
RUN ./jpreprocess/dict_tools build -u lindera dict.csv user-dictionary.bin
42
43
-FROM gcr.io/distroless/nodejs24-debian13:nonroot@sha256:c6c532201214994de0566730e3165b6a39603dc572c345776033c4709c102587 AS runner
+FROM gcr.io/distroless/nodejs24-debian13:nonroot@sha256:17d53e78d5aae23dcb43b628ec0769edcc07543c8a9faa35abf2fd8aedf7a5a4 AS runner
44
WORKDIR /app
45
ENV NODE_ENV=production
46
COPY --link ./package.json ./
0 commit comments