diff --git a/Dockerfile b/Dockerfile index 5727c0ec..cc345eb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY --chown=1001:0 ./ /opt/app-root/src/ RUN python3.11 -m build . -FROM ghcr.io/radiorabe/python-minimal:2.1.3 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.4 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/