Skip to content

Commit

Permalink
fix: bump radiorabe/s2i-base in the baseimages group (#108)
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.3.0 to 2.3.1
- [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal/releases)
- [Commits](radiorabe/container-image-rabe-s2i-base-minimal@v2.3.0...v2.3.1)

---
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 Dec 27, 2024
1 parent 4015bf4 commit 2d0e15d
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-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.3.0
FROM ghcr.io/radiorabe/s2i-base:2.3.1

EXPOSE 8080

Expand Down

0 comments on commit 2d0e15d

Please sign in to comment.