Skip to content

Commit

Permalink
Remove unused state reference
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Fedotov <[email protected]>
  • Loading branch information
hairyhum committed Dec 10, 2024
1 parent 9da3db9 commit 2cbac01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG base_image=default
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542 AS default
FROM ${base_image} as base

FROM ${base_image}
ARG kanister_version

LABEL name=ARG_BIN \
Expand Down

0 comments on commit 2cbac01

Please sign in to comment.