Skip to content

Commit

Permalink
update bloom filter
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Jan 19, 2024
1 parent a09b522 commit 3a27760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM easybill/easypwned_bloom_001:v2 AS bloom
FROM easybill/easypwned_bloom_001:v3 AS bloom

FROM ubuntu:23.04
COPY --from=bloom /easypwned.bloom /easypwned.bloom
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ run_release:

build-easypwned_bloom:
cp easypwned.bloom .docker/easypwned_bloom_001/easypwned.bloom
cd .docker/easypwned_bloom_001 && docker build -t easybill/easypwned_bloom_001:v2 .
cd .docker/easypwned_bloom_001 && docker build -t easybill/easypwned_bloom_001:v3 .
rm .docker/easypwned_bloom_001/easypwned.bloom
docker push easybill/easypwned_bloom_001:v2
docker push easybill/easypwned_bloom_001:v3

0 comments on commit 3a27760

Please sign in to comment.