From c8fd2d3b21c69bb42e68de669345f91352b0be3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Apr 2024 05:47:46 +0000 Subject: [PATCH] fix: app_clients/postgres-client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- app_clients/postgres-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_clients/postgres-client/Dockerfile b/app_clients/postgres-client/Dockerfile index aee19c75..aad4ece7 100644 --- a/app_clients/postgres-client/Dockerfile +++ b/app_clients/postgres-client/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:latest +FROM postgres:16-bookworm RUN apt-get update && \ apt-get -y --force-yes install --no-install-recommends expect \