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