From 18e2ab54ad892c799a4a9ebcc20dced16b8b2636 Mon Sep 17 00:00:00 2001 From: Rahul Patil Date: Tue, 28 May 2024 18:51:03 +0200 Subject: [PATCH] update base image for vm-impage --- vm-image-spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm-image-spec.yaml b/vm-image-spec.yaml index ee4abad7a0..9f6a83e6f3 100644 --- a/vm-image-spec.yaml +++ b/vm-image-spec.yaml @@ -453,7 +453,7 @@ build: | # At time of writing (2023-03-14), debian bullseye has a version of cgroup-tools (technically # libcgroup) that doesn't support cgroup v2 (version 0.41-11). Unfortunately, the vm-monitor # requires cgroup v2, so we'll build cgroup-tools ourselves. - FROM debian:bullseye-slim as libcgroup-builder + FROM debian:bookworm-slim as libcgroup-builder ENV LIBCGROUP_VERSION v2.0.3 RUN set -exu \ @@ -487,7 +487,7 @@ build: | # Build pgbouncer # - FROM debian:bullseye-slim AS pgbouncer + FROM debian:bookworm-slim AS pgbouncer RUN set -e \ && apt-get update \ && apt-get install -y \