diff --git a/Dockerfile b/Dockerfile index 0080dd3a..229bc369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM ghcr.io/radiorabe/s2i-python:1.1.0 AS build +FROM ghcr.io/radiorabe/s2i-python:2.0.2 AS build COPY ./ /opt/app-root/src RUN python3 setup.py bdist_wheel -FROM ghcr.io/radiorabe/python-minimal:1.0.3 AS app +FROM ghcr.io/radiorabe/python-minimal:2.0.2 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/