We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a863fe1 commit 729933fCopy full SHA for 729933f
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-debian12:nonroot@sha256:77eb1d627c076bc481706c68ac118fef75ebb35d8ce4d9e711ecd0f675fa9d20 AS runner
+FROM gcr.io/distroless/nodejs24-debian13:nonroot@sha256:210c30b4c1b0623fe951ca9aa1048ba6b9221f8204770e39787b4caef48f42ad AS runner
44
WORKDIR /app
45
ENV NODE_ENV=production
46
COPY --link ./package.json ./
0 commit comments