Skip to content

Commit

Permalink
build: suppress warning
Browse files Browse the repository at this point in the history
Mirroring the invocation in build_internal_image().

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Mar 26, 2024
1 parent 1b4d3ed commit 34c9d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ apply_software_to_image()
shift 4

# NOTE: it's OK to supply docker build-args that aren't requested in the Dockerfile

# shellcheck disable=SC2086
$DOCKER_BUILD $DOCKER_FLAGS \
--build-arg BASE_BUILDER_IMG="$DOCKERHUB$prebuilt_img" \
--build-arg BASE_IMG="$DOCKERHUB$orig_img" \
Expand Down

0 comments on commit 34c9d4a

Please sign in to comment.