Skip to content

Commit

Permalink
indexer ca certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam committed Oct 13, 2023
1 parent b88fd77 commit b55684b
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 b55684b

Please sign in to comment.