From c6a8989b6d2be6f94223519edb0d3dd7818d210d Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Mon, 17 Jul 2023 23:31:42 +0200 Subject: [PATCH] move away from python:alpine --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec08bbc..0d4bede 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2 -FROM python:alpine +FROM python:3.11 -RUN pip3 install --upgrade ansible-core +RUN pip3 install --upgrade pip COPY entrypoint.sh /entrypoint.sh