diff --git a/Dockerfile b/Dockerfile index 42caf2e..5c9c255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY --chown=1001:0 ./ /opt/app-root/src/ RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.1.6 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.7 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/