diff --git a/Dockerfile.ci-base-image b/Dockerfile.ci-base-image index dcf28b704e55e0ea6400d70892bfa888a1006362..f275a304b56e521bd5efd52042205a80fa732cea 100644 --- a/Dockerfile.ci-base-image +++ b/Dockerfile.ci-base-image @@ -2,6 +2,7 @@ # Provides full build toolchain for C++ projects (hived, HAF) and Python testing # # This replaces the ci-base-image previously built from hive/hive repo +# Version: ubuntu24.04-py3.14-2 (includes libpq-dev for psycopg2-binary) ARG BASE_IMAGE=phusion/baseimage:noble-1.0.1 FROM ${BASE_IMAGE} diff --git a/docker-bake.hcl b/docker-bake.hcl index dbf9f2c7e1cd651bf2d3671c28b07aedd9c1e17c..cd466926c48305ebd4e6bf5d7f664f01e452e305 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -21,7 +21,7 @@ variable "PYTHON_RUNTIME_VERSION" { } variable "CI_BASE_IMAGE_VERSION" { - default = "ubuntu24.04-py3.14-1" + default = "ubuntu24.04-py3.14-2" } variable "PAAS_PSQL_VERSION" {