From e3a20e6a0051811975817b05bf724bbcd9eeb11d Mon Sep 17 00:00:00 2001 From: SamuelBoerlin <11892708+SamuelBoerlin@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:09:02 +0200 Subject: [PATCH] chore: bump base image alpine version (#62) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e13999c..1fece4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM python:3.11-alpine3.18 +FROM python:3.11-alpine3.20 -RUN apk add build-base +RUN apk add --no-cache build-base RUN python3 -m pip install --upgrade pip