Skip to content

Commit

Permalink
deps(docker): bump bitnami/cassandra from 4.1.5 to 4.1.6 in /docker/c…
Browse files Browse the repository at this point in the history
…assandra (#3042)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] committed Aug 21, 2024
1 parent c3c3bc9 commit b815f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cassandra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TOOLS_IMAGE
FROM ${TOOLS_IMAGE} AS TOOLS_IMAGE

Check warning on line 4 in docker/cassandra/Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_cassandra / build_image

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${TOOLS_IMAGE} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 4 in docker/cassandra/Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_cassandra / build_image

Stage names should be lowercase

StageNameCasing: Stage name 'TOOLS_IMAGE' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

# Actual image base
FROM bitnami/cassandra:4.1.5
FROM bitnami/cassandra:4.1.6

MAINTAINER "Tom Manville <tom@kasten.io>"

Check warning on line 9 in docker/cassandra/Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_cassandra / build_image

The MAINTAINER instruction is deprecated, use a label instead to define an image author

MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/

Expand Down

0 comments on commit b815f4e

Please sign in to comment.