Skip to content

Commit

Permalink
fix: bump the baseimages group across 1 directory with 2 updates (#103)
Browse files Browse the repository at this point in the history
Bumps the baseimages group with 2 updates in the / directory: ubi9/python-312 and [radiorabe/s2i-base](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal).


Updates `ubi9/python-312` from 1-25.1726696862 to 9.5

Updates `radiorabe/s2i-base` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal/releases)
- [Commits](radiorabe/container-image-rabe-s2i-base-minimal@v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: ubi9/python-312
  dependency-type: direct:production
  dependency-group: baseimages
- dependency-name: radiorabe/s2i-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: baseimages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 5575a33 commit 5592fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi9/python-312:1-25.1726696862 as base
FROM ghcr.io/radiorabe/s2i-base:2.2.3
FROM registry.access.redhat.com/ubi9/python-312:9.5 as base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / release-container / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / release-container / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / release-container / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / release-container / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM ghcr.io/radiorabe/s2i-base:2.2.4

EXPOSE 8080

Expand Down

0 comments on commit 5592fb6

Please sign in to comment.