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 dac511d
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent f53b36a commit 5e14c87
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:de286271ef771e563194702ff49cc5d60e7ea59a09349cdae129e3b0c6ab396b AS runner
FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:dac511d7e89643b7bb4045a50f96ea2d9348ebc4bf5bbae22c773c6c4d17c983 AS runner
WORKDIR /app
ENV NODE_ENV=production
COPY --link ./package.json ./
Expand Down

0 comments on commit 5e14c87

Please sign in to comment.