Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#7673 from ethereum-optimism/inde…
Browse files Browse the repository at this point in the history
…xer.docker.certificates

fix(indexer) ca-certificates to the docker image
  • Loading branch information
hamdiallam authored Oct 13, 2023
2 parents e758f0e + b55684b commit a36c908
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
@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM golang:1.21.1-alpine3.18 as builder

RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
RUN apk add --no-cache make ca-certificates gcc musl-dev linux-headers git jq bash

COPY ./go.mod /app/go.mod
COPY ./go.sum /app/go.sum
Expand Down

0 comments on commit a36c908

Please sign in to comment.