From f9c37b7d5d79c19743771718a2d6ecfdd06d0e17 Mon Sep 17 00:00:00 2001 From: Astound Date: Wed, 10 Jul 2024 11:04:31 +0800 Subject: update base image --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Dockerfile') diff --git a/core/Dockerfile b/core/Dockerfile index 7a27e6a..b55460c 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM index.docker.io/python:3.11.8-alpine3.19 AS base +FROM index.docker.io/python:3.11.9-alpine AS base LABEL MAINTAINER="heckyel@riseup.net" # Image to Build Dependencies -- cgit v1.2.3