From 45873c60833e022a6961c161ae80b575938f7658 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 20:41:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d36396..7227bdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.12.3-alpine COPY main.py . COPY startup.sh . RUN chmod +x startup.sh