Skip to content

Commit a863fe1

Browse files
authored
deps: update runner image to nodejs24 (#1160)
1 parent 83a0a0c commit a863fe1

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/nodejs22-debian12:nonroot@sha256:9187fd451b5e2d258d691cb7da51020bfc8f557cc4a58e80b38f3f30bbbc37f9 AS runner
43+
FROM gcr.io/distroless/nodejs24-debian12:nonroot@sha256:77eb1d627c076bc481706c68ac118fef75ebb35d8ce4d9e711ecd0f675fa9d20 AS runner
4444
WORKDIR /app
4545
ENV NODE_ENV=production
4646
COPY --link ./package.json ./

0 commit comments

Comments
 (0)