We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1536ae7 commit eaca83fCopy full SHA for eaca83f
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:2db85f3895c08288b04e41ee333278ab82dc6daaca49b2db9e7f8a990821b99c AS runner
44
WORKDIR /app
45
ENV NODE_ENV=production
46
COPY --link ./package.json ./
0 commit comments