Skip to content

Commit

Permalink
build(deps): update gcr.io/distroless/nodejs20-debian12:nonroot docke…
Browse files Browse the repository at this point in the history
…r digest to 169fec2
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 8efff49 commit b565afc
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/nodejs20-debian12:nonroot@sha256:e681c52c13235593aa35896e0940ca3737c358af13611b762081f7af42e5462b AS runner
FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:169fec2881d983ba29efebca24029224322d7eebb1a1848e13d70724d9d297f7 AS runner
WORKDIR /app
ENV NODE_ENV=production
COPY --link ./package.json ./
Expand Down

0 comments on commit b565afc

Please sign in to comment.