From be9ffa3045b19a3f90419918ad1a177d5050db40 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:34:34 +0200 Subject: [PATCH] [AB-xxx] updating postgres driver version --- python/deployment/installer/config-deployment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/deployment/installer/config-deployment/Dockerfile b/python/deployment/installer/config-deployment/Dockerfile index 1c212f1ff..1eb0c4364 100644 --- a/python/deployment/installer/config-deployment/Dockerfile +++ b/python/deployment/installer/config-deployment/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Sheldan ENV DEBIAN_FRONTEND=noninteractive ARG liquibase_version=4.26.0 -ARG postgres_driver_version=42.7.1 +ARG postgres_driver_version=42.7.5 # Install prerequisities for Ansible RUN apt-get update \ && apt-get install -y unzip wget \