From 3bf0cee837adc02b57504a4244f7a343258076d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 03:40:15 +0000 Subject: [PATCH] fix: Dockerfile.dblab-server to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1089238 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569450 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 --- Dockerfile.dblab-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dblab-server b/Dockerfile.dblab-server index dd2f9cdd..d945045a 100644 --- a/Dockerfile.dblab-server +++ b/Dockerfile.dblab-server @@ -1,6 +1,6 @@ # See Guides to learn how to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage -FROM docker:19.03.14 +FROM docker:19.03 # Install dependencies. RUN apk update && apk add --no-cache zfs lvm2 bash util-linux