Skip to content

Commit

Permalink
Replace docker-build-debug-alpine to docker-build-debug in Makefi…
Browse files Browse the repository at this point in the history
…le (backport #4188) (#4189)

* replace (#4188)

(cherry picked from commit 47df893)

# Conflicts:
#	Makefile

* conflict

---------

Co-authored-by: ducnt131 <[email protected]>
Co-authored-by: ducnt87 <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2023
1 parent 47c4a51 commit 968ae4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ build-e2e-script:
go build -mod=readonly $(BUILD_FLAGS) -o $(BUILDDIR)/ ./tests/e2e/initialization/$(E2E_SCRIPT_NAME)

docker-build-debug:
@DOCKER_BUILDKIT=1 docker build -t osmosis:${COMMIT} --build-arg BASE_IMG_TAG=debug -f Dockerfile .
@DOCKER_BUILDKIT=1 docker build -t osmosis:${COMMIT} --build-arg BASE_IMG_TAG=debug --build-arg RUNNER_IMAGE=$(RUNNER_BASE_IMAGE_ALPINE) -f Dockerfile .
@DOCKER_BUILDKIT=1 docker tag osmosis:${COMMIT} osmosis:debug

docker-build-e2e-init-chain:
Expand Down

0 comments on commit 968ae4a

Please sign in to comment.