diff --git a/Dockerfile b/Dockerfile index b8095d47..5d0788f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM ghcr.io/radiorabe/s2i-python:2.1.7 AS build +FROM ghcr.io/radiorabe/s2i-python:2.1.8 AS build COPY ./ /opt/app-root/src RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.1.5 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.6 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/