Skip to content

Commit

Permalink
build(deps): update gcr.io/distroless/nodejs22-debian12:nonroot docke…
Browse files Browse the repository at this point in the history
…r digest to 0ae346e
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 47bc6f2 commit 51edd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN curl -L "https://github.com/jpreprocess/jpreprocess/releases/download/v$(cat
COPY --link ./data/dict.csv ./
RUN ./jpreprocess/dict_tools build -u lindera dict.csv user-dictionary.bin

FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:dac511d7e89643b7bb4045a50f96ea2d9348ebc4bf5bbae22c773c6c4d17c983 AS runner
FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:0ae346e809704467179aee46047b46e3dfac399baa98617a58ad1ed53dd689a1 AS runner
WORKDIR /app
ENV NODE_ENV=production
COPY --link ./package.json ./
Expand Down

0 comments on commit 51edd97

Please sign in to comment.