Skip to content

Commit

Permalink
bump debian iptables base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Sep 14, 2020
1 parent c4359a9 commit c5e52a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kindnetd/Dockerfile
Expand Up @@ -24,6 +24,6 @@ COPY . .
RUN CGO_ENABLED=0 go build -o ./kindnetd ./cmd/kindnetd

# build real kindnetd image
FROM k8s.gcr.io/build-image/debian-iptables:v12.1.0
FROM k8s.gcr.io/build-image/debian-iptables:buster-v1.3.0
COPY --from=0 --chown=root:root ./go/src/kindnetd /bin/kindnetd
CMD ["/bin/kindnetd"]

0 comments on commit c5e52a4

Please sign in to comment.