Skip to content

Commit 192cb10

Browse files
authored
Merge pull request #757 from cybozu-go/update-unbound
Update unbound
2 parents 3d9a8b1 + 6062d28 commit 192cb10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const (
1515
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.29.0")
1616
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.5")
1717
CoreDNSImage = Image("ghcr.io/cybozu/coredns:1.11.1.3")
18-
UnboundImage = Image("ghcr.io/cybozu/unbound:1.20.0.1")
19-
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.6.1")
18+
UnboundImage = Image("ghcr.io/cybozu/unbound:1.20.0.2")
19+
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.6.2")
2020
)
2121

2222
// AllImages return container images list used by CKE

static/resources.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)