We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb687f commit 156e8e9Copy full SHA for 156e8e9
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN go mod download \
10
&& go test ./... \
11
&& CGO_ENABLED=0 GOOS=linux go build -o /bin/main
12
13
-FROM alpine:3.10
+FROM alpine:3.11.3
14
15
RUN apk --no-cache add ca-certificates \
16
&& addgroup exporter \
0 commit comments