Skip to content

Commit

Permalink
Fix name of Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schedel <[email protected]>
  • Loading branch information
jens-mp committed Dec 11, 2024
1 parent d4d4a2c commit 103a007
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 @@ -19,7 +19,7 @@
all: bullseye ubuntu20 controller

bullseye:
docker build -f "build/Dockerfile.bullseye" -t indy-node-container/indy_node:bullseye ./build
docker build -f "build/Dockerfile.debian11" -t indy-node-container/indy_node:bullseye ./build

ubuntu20:
docker build -f "build/Dockerfile.ubuntu20" -t indy-node-container/indy_node:ubuntu20 ./build
Expand Down

0 comments on commit 103a007

Please sign in to comment.