From 8864b5c9aebd8776383d18167491c506d4e72e68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 21:47:50 +0000 Subject: [PATCH] fix: indexer/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413525 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413525 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413536 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413536 --- indexer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/Dockerfile b/indexer/Dockerfile index 624f98780126..d51104c18ba5 100644 --- a/indexer/Dockerfile +++ b/indexer/Dockerfile @@ -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