We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eeb27 commit c28aa2fCopy full SHA for c28aa2f
Dockerfile
@@ -1,15 +1,15 @@
1
-FROM golang:1.13.6-alpine3.10 as build
+FROM golang:1.13.8-alpine3.11 as build
2
3
RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
4
-RUN echo "@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
+RUN echo "@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
5
RUN apk add --no-cache alpine-sdk 'librdkafka@edgecommunity>=1.3.0' 'librdkafka-dev@edgecommunity>=1.3.0'
6
7
WORKDIR /src/prometheus-kafka-adapter
8
ADD . /src/prometheus-kafka-adapter
9
10
RUN go build -o /prometheus-kafka-adapter
11
12
-FROM alpine:3.10
+FROM alpine:3.11
13
14
RUN apk add --no-cache librdkafka
15
0 commit comments