diff options
Diffstat (limited to 'core/Dockerfile')
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index 18dc264..828b3da 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM index.docker.io/python:3.11.7-alpine3.19 AS base +FROM index.docker.io/python:3.11.8-alpine3.19 AS base LABEL MAINTAINER="heckyel@riseup.net" # Image to Build Dependencies |