diff --git a/Dockerfile b/Dockerfile index 78349d6..fc830ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,7 @@ RUN pipenv check --verbose \ # The version of Python used here should match the version of the Alpine # python3 package installed in the compile-stage. -FROM docker.io/library/python:3.12.10-alpine3.21 AS build-stage +FROM docker.io/library/python:3.13.3-alpine3.21 AS build-stage ### # For a list of pre-defined annotation keys and value types see: