We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fa55a commit 2908e9dCopy full SHA for 2908e9d
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM ghcr.io/radiorabe/s2i-python:2.1.12 AS build
+FROM ghcr.io/radiorabe/s2i-python:2.2.0 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.1.10 AS app
+FROM ghcr.io/radiorabe/python-minimal:2.2.0 AS app
9
10
COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/
11
0 commit comments