Skip to content

Commit

Permalink
Fix name of Dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schedel <jens.schedel@ul.com>
  • Loading branch information
jens-mp committed Dec 11, 2024
1 parent 80be7cc commit 393724a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
all: bullseye buster ubuntu16 ubuntu18 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

buster:
docker build -f "build/Dockerfile.buster" -t indy-node-container/indy_node:buster ./build
docker build -f "build/Dockerfile.debian10" -t indy-node-container/indy_node:buster ./build

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

0 comments on commit 393724a

Please sign in to comment.