diff --git a/Dockerfile b/Dockerfile index 656fe8fd..2c75318c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM ghcr.io/radiorabe/s2i-python:3.1.0 AS build +FROM ghcr.io/radiorabe/s2i-python:3.1.1 AS build COPY ./ /opt/app-root/src RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:3.1.0 AS app +FROM ghcr.io/radiorabe/python-minimal:3.1.1 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/