Skip to content

Commit

Permalink
fix: indexer/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 19, 2024
1 parent 57f11a9 commit 079d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app/indexer

RUN make indexer

FROM alpine:3.18
FROM alpine:3

COPY --from=builder /app/indexer/indexer /usr/local/bin
COPY --from=builder /app/indexer/indexer.toml /app/indexer/indexer.toml
Expand Down

0 comments on commit 079d711

Please sign in to comment.