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 4ed110b commit 54f4e64Copy full SHA for 54f4e64
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1.1"
+current_version = "0.1.2"
3
commit = true
4
message = "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.1.1
+LABEL version=0.1.2
27
28
USER 20000:20000
29
0 commit comments