cos_gpu_installer: update debian base image version to bookworm

Updating the container image of cos-gpu-installer to use debian:bookworm as
it contains glibc 2.33 which helps in building kernel modules.

BUG=b/225958311
TEST=tested using v1 installer on 101
RELEASE_NOTES=Build cos-gpu-installer using debian:bookworm

Change-Id: Ibe0b5fe8ba36f172f5c4ec40be0fbcbdfe9164fa
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/31703
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Tested-by: Rayan Dasoriya <dasoriya@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
diff --git a/src/cmd/cos_gpu_installer/Dockerfile b/src/cmd/cos_gpu_installer/Dockerfile
index 9df8996..5cfcb29 100644
--- a/src/cmd/cos_gpu_installer/Dockerfile
+++ b/src/cmd/cos_gpu_installer/Dockerfile
@@ -6,7 +6,7 @@
 RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o cos-gpu-installer main.go
 
 # Dockerfile for the COS GPU Installer container.
-FROM debian:9
+FROM debian:bookworm
 LABEL maintainer="cos-containers@google.com"
 
 COPY --from=cos-gpu-installer-go-builder /work/src/cmd/cos_gpu_installer/cos-gpu-installer /cos-gpu-installer
diff --git a/src/cmd/cos_gpu_installer_v1/cos-gpu-installer-docker/Dockerfile b/src/cmd/cos_gpu_installer_v1/cos-gpu-installer-docker/Dockerfile
index 4feebb7..d59c1ba 100644
--- a/src/cmd/cos_gpu_installer_v1/cos-gpu-installer-docker/Dockerfile
+++ b/src/cmd/cos_gpu_installer_v1/cos-gpu-installer-docker/Dockerfile
@@ -14,7 +14,7 @@
 #
 # Dockerfile for the COS GPU Installer container.
 
-FROM debian:9
+FROM debian:bookworm
 LABEL maintainer="cos-containers@google.com"
 
 # Install minimal tools needed to build kernel modules.