Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
use newer image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Jun 7, 2024
1 parent 1822caa commit 05f83c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kaiser/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def ensure_setup
--network #{Config.config[:networkname]}
--privileged
-v /var/run/docker.sock:/docker.sock:ro
davidsiaw/docker-dns
phensley/docker-dns
--domain #{http_suffix}
--record :#{ip_of_container(Config.config[:shared_names][:nginx])}"
)
Expand Down
2 changes: 1 addition & 1 deletion lib/kaiser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Kaiser
VERSION = '0.8.0'
VERSION = '0.8.1'
end

0 comments on commit 05f83c4

Please sign in to comment.