From cc45895ade3e6af3bd09d1e0a7ac890aa45379c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 18:33:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5776700 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5788322 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5812633 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e88230a..47a0546 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.8.18-slim LABEL "com.github.actions.name"="Lintly-Flake8" LABEL "com.github.actions.description"="Automatic code reviewer for GitHub PRs."