Skip to content

Commit 1403d47

Browse files
fix(deps): Bump the baseimages group across 1 directory with 2 updates (#498)
Bumps the baseimages group with 2 updates in the / directory: [radiorabe/s2i-python](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal) and [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal). Updates `radiorabe/s2i-python` from 3.1.4 to 3.3.0 - [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/releases) - [Commits](radiorabe/container-image-rabe-s2i-python-minimal@v3.1.4...v3.3.0) Updates `radiorabe/python-minimal` from 3.1.4 to 3.2.0 - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](radiorabe/container-image-python-minimal@v3.1.4...v3.2.0) --- updated-dependencies: - dependency-name: radiorabe/s2i-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: baseimages - dependency-name: radiorabe/python-minimal dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: baseimages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c50650 commit 1403d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.4 AS build
1+
FROM ghcr.io/radiorabe/s2i-python:3.3.1 AS build
22

33
COPY --chown=1001:0 ./ /opt/app-root/src/
44

55
RUN python3.12 -mbuild
66

77

8-
FROM ghcr.io/radiorabe/python-minimal:3.1.4 AS app
8+
FROM ghcr.io/radiorabe/python-minimal:3.2.1 AS app
99

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

0 commit comments

Comments
 (0)