We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ba2b1 commit 7ac5a9bCopy full SHA for 7ac5a9b
2 files changed
Dockerfile
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOARM=${TARGETVARIANT#"v
23
#--------
24
FROM cgr.dev/chainguard/static@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e AS external-dns-cloudns-webhook
25
26
-LABEL version=0.4.2
+LABEL version=0.4.3
27
28
USER 20000:20000
29
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.4.2"
+current_version = "0.4.3"
3
commit = true
4
message = "chore: bump version: {current_version} → {new_version}"
5
commit_args = "--cleanup=verbatim"
0 commit comments