Skip to content

Commit

Permalink
chore: bump ubi9/python-311 in the baseimages group across 1 directory (
Browse files Browse the repository at this point in the history
#95)

Bumps the baseimages group with 1 update in the / directory: ubi9/python-311.


Updates `ubi9/python-311` from 1-72.1724040033 to 1-77.1726664316

---
updated-dependencies:
- dependency-name: ubi9/python-311
  dependency-type: direct:production
  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 4681029 commit fa582d9
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,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-72.1724040033 as base
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/
FROM ghcr.io/radiorabe/s2i-base:2.2.2

EXPOSE 8080
Expand Down

0 comments on commit fa582d9

Please sign in to comment.