Skip to content

Commit 156e8e9

Browse files
committed
alpine 3.11.3
1 parent fbb687f commit 156e8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN go mod download \
1010
&& go test ./... \
1111
&& CGO_ENABLED=0 GOOS=linux go build -o /bin/main
1212

13-
FROM alpine:3.10
13+
FROM alpine:3.11.3
1414

1515
RUN apk --no-cache add ca-certificates \
1616
&& addgroup exporter \

0 commit comments

Comments
 (0)