Skip to content

Commit

Permalink
force and add version target
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Oct 4, 2024
1 parent 45c4d58 commit 0740c33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
IMAGE= ghcr.io/dnstapir/unbound:latest


all:

container:
docker buildx bake
docker buildx bake --no-cache

version:
docker run $(IMAGE) -V

0 comments on commit 0740c33

Please sign in to comment.