From 33486a51f0a9d00f244902385d716a4cd6b0508a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 14:15:57 +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-OPENSSL-1569399 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-2332028 - 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..9d7fcab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:9.5.25 +FROM postgres:9.6.23 RUN apt-get update \ && apt-get upgrade --no-install-recommends -y \