There was an error while loading. Please reload this page.
1 parent a331e16 commit e4d01adCopy full SHA for e4d01ad
1 file changed
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