We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfee7ec commit 44b8d3aCopy full SHA for 44b8d3a
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM ghcr.io/radiorabe/s2i-python:2.2.0 AS build
+FROM ghcr.io/radiorabe/s2i-python:2.2.2 AS build
2
3
COPY --chown=1001:0 ./ /opt/app-root/src/
4
5
RUN python3.11 -mbuild
6
7
8
-FROM ghcr.io/radiorabe/python-minimal:2.2.0 AS app
+FROM ghcr.io/radiorabe/python-minimal:2.2.2 AS app
9
10
COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/
11
0 commit comments