Skip to content

Commit 64699e9

Browse files
fix: bump the baseimages group with 2 updates (#1128)
1 parent 0e32bcb commit 64699e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/radiorabe/s2i-python:3.4.3 AS build
1+
FROM ghcr.io/radiorabe/s2i-python:3.4.4 AS build
22

33
COPY ./ /opt/app-root/src
44

55
RUN python -mbuild
66

77

8-
FROM ghcr.io/radiorabe/python-minimal:3.3.3 AS app
8+
FROM ghcr.io/radiorabe/python-minimal:3.3.4 AS app
99

1010
COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/
1111

0 commit comments

Comments
 (0)