diff --git a/Dockerfile b/Dockerfile index e5a3aab..8b2faed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM ghcr.io/radiorabe/s2i-python:2.2.5 AS build +FROM ghcr.io/radiorabe/s2i-python:2.2.6 AS build COPY --chown=1001:0 ./ /opt/app-root/src/ RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.2.2 AS app +FROM ghcr.io/radiorabe/python-minimal:2.2.3 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/