From a2b13bd8a4eb928c3dc45e01e222b641e7985284 Mon Sep 17 00:00:00 2001 From: modem7 Date: Mon, 22 Jan 2024 09:04:08 +0000 Subject: [PATCH] Update Alpine version --- base-fullbuild/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base-fullbuild/Dockerfile b/base-fullbuild/Dockerfile index 7154897..edebde0 100755 --- a/base-fullbuild/Dockerfile +++ b/base-fullbuild/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:latest -FROM python:3.12.1-alpine3.18 as base +FROM python:3.11.7-alpine3.19 as base ARG TARGETARCH LABEL maintainer='modem7' @@ -32,7 +32,7 @@ ENV LANG='en_US.UTF-8' \ TZ="Europe/London" RUN <