Skip to content

Commit 8037e2f

Browse files
committed
fix debian image
1 parent 8ae2970 commit 8037e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN go build \
2020
-tags=cbrotli \
2121
./cmd/parapet-ingress-controller
2222

23-
FROM debian:bullseye-slim
23+
FROM debian:bookworm-slim
2424

2525
RUN apt-get update && \
2626
apt-get -y install libbrotli1 ca-certificates && \

0 commit comments

Comments
 (0)