From 7590168d75102f9a364ae45f5edacf56204f0d80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Dec 2021 13:22:57 +0000 Subject: [PATCH] fix: Dockerfile 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-NCURSES-2313024 - https://snyk.io/vuln/SNYK-ALPINE312-NCURSES-2313024 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 171763c..4e7d790 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker:stable +FROM docker:19 COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh