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