Skip to content

Commit

Permalink
📣 Update gcr.io/distroless/nodejs20-debian12:nonroot Docker digest to…
Browse files Browse the repository at this point in the history
… 8fb7503 (#84)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
  • Loading branch information
tinfoild[bot] authored May 31, 2024
1 parent 9d07ffb commit 1839286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/elk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN pnpm i --frozen-lockfile
RUN pnpm build

# Stage 2: Working app image
FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:cb85e5ffcb65cca33b8bc653edbb036e6818e20e050ce0623262a2d702ba199d
FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:8fb7503c80e771e2dbdedc35c29c9bec90c0bdda4430f7549e0e10897064bb02
WORKDIR /elk/data
WORKDIR /elk
COPY --chown=42069:42069 --from=builder /elk/.output /elk/.output
Expand Down

0 comments on commit 1839286

Please sign in to comment.