Skip to content

Commit

Permalink
fix: bump radiorabe/s2i-base in the baseimages group (#96)
Browse files Browse the repository at this point in the history
Bumps the baseimages group with 1 update: [radiorabe/s2i-base](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal).


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

---
updated-dependencies:
- 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 Sep 29, 2024
1 parent fa582d9 commit f0f380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316 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.2
FROM ghcr.io/radiorabe/s2i-base:2.2.3

EXPOSE 8080

Expand Down

0 comments on commit f0f380e

Please sign in to comment.