Skip to content

Commit c28aa2f

Browse files
committed
chore: bump to alpine 3.11
1 parent 87eeb27 commit c28aa2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
FROM golang:1.13.6-alpine3.10 as build
1+
FROM golang:1.13.8-alpine3.11 as build
22

33
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
4+
RUN echo "@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
55
RUN apk add --no-cache alpine-sdk 'librdkafka@edgecommunity>=1.3.0' 'librdkafka-dev@edgecommunity>=1.3.0'
66

77
WORKDIR /src/prometheus-kafka-adapter
88
ADD . /src/prometheus-kafka-adapter
99

1010
RUN go build -o /prometheus-kafka-adapter
1111

12-
FROM alpine:3.10
12+
FROM alpine:3.11
1313

1414
RUN apk add --no-cache librdkafka
1515

0 commit comments

Comments
 (0)