Skip to content

Commit

Permalink
build: rename docker containers from line/* to finschia/*
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Apr 18, 2023
1 parent fc1c01d commit e60662b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: all build build-rust build-go test

# Builds the Rust library libwasmvm
BUILDERS_PREFIX := line/wasmvm-builder
BUILDERS_PREFIX := finschia/wasmvm-builder
# Contains a full Go dev environment in order to run Go tests on the built library
ALPINE_TESTER := line/wasmvm-builder-alpine
ALPINE_TESTER := finschia/wasmvm-builder-alpine

USER_ID := $(shell id -u)
USER_GROUP = $(shell id -g)
Expand Down
2 changes: 1 addition & 1 deletion builders/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Versioned by a simple counter that is not bound to a specific CosmWasm version
# See builders/README.md
#BUILDERS_PREFIX := cosmwasm/go-ext-builder:0013
BUILDERS_PREFIX := line/wasmvm-builder
BUILDERS_PREFIX := finschia/wasmvm-builder

.PHONY: docker-image-centos7
docker-image-centos7:
Expand Down

0 comments on commit e60662b

Please sign in to comment.