We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1815e33 commit da16fa6Copy full SHA for da16fa6
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/nodejs22-debian12:nonroot@sha256:8d8b9363b0c9d1153f845824f9b754fdb050ada4fa190583eca2da13fdd3138c AS runner
+FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:2a8c8af8bf7046d71efccaf1226e491f2ef934f3079dca9ad8ebbf36551f7fc5 AS runner
44
WORKDIR /app
45
ENV NODE_ENV=production
46
COPY --link ./package.json ./
0 commit comments