From 33cd5739f0ee40842694a477cbec1fca3f2728a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Oct 2022 23:34:27 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcfccc2d..9258abfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.12.0a1-alpine LABEL name CMSeeK LABEL src "https://github.com/Tuhinshubhra/CMSeeK"