Skip to content

Commit

Permalink
Update Dockerfile-kubepkg to use bookworn debian
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Sep 12, 2023
1 parent 684ca87 commit fa2706b
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 fa2706b

Please sign in to comment.