From 7cddd89b8b20333f921d65d124697a622014597e Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Thu, 25 May 2023 13:17:55 +1200 Subject: [PATCH] Upgrade base image to debian bookworm. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb01b29..af5d779 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This host is built on top of ubuntu which is the same as the base-test image so should be most stable. # -FROM ubuntu:22.04 +FROM debian:bookworm RUN apt-get update \ && apt-get upgrade -y \