Skip to content

Commit 1f60064

Browse files
Setting docker base image version
1 parent 6c6f4ba commit 1f60064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN GIT_COMMIT=$(git rev-parse --short HEAD 2> /dev/null || true) \
2323
-a -installsuffix cgo -o /bindman-dns-bind9 main.go
2424

2525
## PKG
26-
FROM alpine
26+
FROM alpine:3.11.2
2727

2828
RUN apk update \
2929
&& apk add --no-cache ca-certificates bind-tools \

0 commit comments

Comments
 (0)