Skip to content

Commit

Permalink
Fix Alpine to 3.13.5 for zeromq 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dantudor committed Jun 30, 2021
1 parent 48b7279 commit 0b3a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /go/bin/indexerd ./cmd/

RUN chmod u+x /go/bin/*

FROM alpine:latest
FROM alpine:3.13.5

RUN apk update && apk add --no-cache zeromq

Expand Down

0 comments on commit 0b3a6b6

Please sign in to comment.