From 41ba93299062b1dc436945631f2b835896d51f94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Mar 2022 07:23:01 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-LIBGCRYPT20-1582895 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-1293203 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-2413972 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1569399 - https://snyk.io/vuln/SNYK-DEBIAN9-TAR-312293 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab7bd7c..76c3700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:9.5.25 +FROM postgres:9.6.24 RUN apt-get update \ && apt-get upgrade --no-install-recommends -y \