From 2bc1dd5c43ef776141856ca9802a8e6e794c4aa5 Mon Sep 17 00:00:00 2001 From: ticccco <23436953+LucasPlacentino@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:29:21 +0200 Subject: [PATCH] base image changed to 3.11.8-alpine - Update Dockerfile removes Docker Scout scanned vulnerabilities --- Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2496153..f2a6b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,5 @@ -#FROM python:3 -FROM python:3.11.6-alpine -# use python:3.11.0rc2-slim for less vulnerabilities ? (from `docker scan`) -# use python:3.8.6 for no pip dependencies build errors ? -# use python:alpine for reduced size -# => python:3.8.6-alpine +#FROM python:3 # use alpine for reduced size +FROM python:3.11.8-alpine WORKDIR /usr/src/ulbdiscordbot