Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 0b946d2

Browse files
author
rhysemmas
committed
Use Alpine Linux 3.11
Fixes #386
1 parent 50d8b3a commit 0b946d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY Makefile Makefile
1616

1717
RUN make bin/kiam-linux-amd64
1818

19-
FROM alpine:3.8
19+
FROM alpine:3.11
2020
RUN apk --no-cache add iptables
2121
COPY --from=build /workspace/bin/kiam-linux-amd64 /kiam
2222
CMD []

0 commit comments

Comments
 (0)