Skip to content

Commit

Permalink
Update alpine base-image to 3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh committed Aug 5, 2024
1 parent 225ac40 commit 6781984
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 *.go /coredns/plugin/nodecache/
RUN make
RUN chmod 0755 /coredns/coredns

FROM alpine:3.15
FROM alpine:3.20.2
RUN apk add iptables

COPY --from=builder /coredns/coredns /
Expand Down

0 comments on commit 6781984

Please sign in to comment.