Skip to content

Commit 729933f

Browse files
authored
deps: update runner image to debian13 (#1161)
1 parent a863fe1 commit 729933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN curl -L "https://github.com/jpreprocess/jpreprocess/releases/download/v$(cat
4040
COPY --link ./data/dict.csv ./
4141
RUN ./jpreprocess/dict_tools build -u lindera dict.csv user-dictionary.bin
4242

43-
FROM gcr.io/distroless/nodejs24-debian12:nonroot@sha256:77eb1d627c076bc481706c68ac118fef75ebb35d8ce4d9e711ecd0f675fa9d20 AS runner
43+
FROM gcr.io/distroless/nodejs24-debian13:nonroot@sha256:210c30b4c1b0623fe951ca9aa1048ba6b9221f8204770e39787b4caef48f42ad AS runner
4444
WORKDIR /app
4545
ENV NODE_ENV=production
4646
COPY --link ./package.json ./

0 commit comments

Comments
 (0)