Skip to content

Commit

Permalink
build(docker): Use multi-stage FROM directive to support dependabot (#…
Browse files Browse the repository at this point in the history
…3279)

Signed-off-by: Daniil Fedotov <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
hairyhum and mergify[bot] authored Dec 13, 2024
1 parent 2e102a3 commit 68b8ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG base_image=registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
ARG base_image=default
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542 AS default

FROM ${base_image}
ARG kanister_version

Expand Down

0 comments on commit 68b8ccd

Please sign in to comment.