Use debian bookworm for base

This commit is contained in:
Jamie Curnow
2023-08-01 14:12:48 +10:00
parent fe348e544c
commit 2d41d00fe2
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Certbot Builder
#############
FROM debian:buster-slim as certbotbuilder
FROM debian:bookworm-slim as certbotbuilder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]