From bb2ed88f00b6f671d3735e8082fd9b101b519c4e Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sun, 2 Jan 2022 05:56:03 +0000
Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311063
- https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311070
- https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311113
- https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070
- https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d55c286..c14ceba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM openjdk:11.0.3-jdk-stretch
+FROM openjdk:11.0-jdk-stretch
 
 RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs libpq-dev g++ make