We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c06967 commit 091a179Copy full SHA for 091a179
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.6"
+current_version = "0.2.7"
3
commit = true
4
message = "chore: bump version: {current_version} → {new_version}"
5
commit_args = "--cleanup=verbatim"
Dockerfile
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOARM=${TARGETVARIANT#"v
23
#--------
24
FROM cgr.dev/chainguard/static@sha256:853bfd4495abb4b65ede8fc9332513ca2626235589c2cef59b4fce5082d0836d AS external-dns-cloudns-webhook
25
26
-LABEL version=0.2.6
+LABEL version=0.2.7
27
28
USER 20000:20000
29
0 commit comments