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

Commit

Permalink
Use Alpine Linux 3.11
Browse files Browse the repository at this point in the history
Fixes #386
  • Loading branch information
rhysemmas committed Mar 11, 2020
1 parent 50d8b3a commit 0b946d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY Makefile Makefile

RUN make bin/kiam-linux-amd64

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

0 comments on commit 0b946d2

Please sign in to comment.