Skip to content

Commit

Permalink
Merge pull request #3263 from pacoxu/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile-kubepkg to use bookworm debian
  • Loading branch information
k8s-ci-robot authored Sep 12, 2023
2 parents 684ca87 + fa2706b commit ca35369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-kubepkg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . .
RUN go build -o . ./cmd/kubepkg/...


FROM debian:buster
FROM debian:bookworm

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit ca35369

Please sign in to comment.