Skip to content

Commit

Permalink
chore: bump sclorg/redis-6-c9s in the baseimages group (#47)
Browse files Browse the repository at this point in the history
Bumps the baseimages group with 1 update: sclorg/redis-6-c9s.


Updates `sclorg/redis-6-c9s` from 20241225 to 20250101

---
updated-dependencies:
- dependency-name: sclorg/redis-6-c9s
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Jan 2, 2025
1 parent 4986cbe commit 5d6b550
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 quay.io/sclorg/redis-6-c9s:20241225 as source
FROM quay.io/sclorg/redis-6-c9s:20250101 as source

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/ubi9-minimal:0.8.0 AS app

ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/redis \
Expand Down

0 comments on commit 5d6b550

Please sign in to comment.