From 2dd83dd09d1fca6a6e6e0676d169480925050e16 Mon Sep 17 00:00:00 2001 From: ZKWolf Date: Sun, 29 Oct 2023 19:46:50 +0100 Subject: [PATCH] busybox cve and openssl cve --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0f056f..516b157 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0b4-alpine3.18 +FROM python:3.12.0-alpine3.18 COPY . /app COPY requirements.txt /app/src