We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6347fd8 commit d99a558Copy full SHA for d99a558
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:77d8b8925dc27970ec2f48243f44c7a260d52c49cd778288e4ee97566e0cb75b AS external-dns-cloudns-webhook
25
26
-LABEL version=0.4.9
+LABEL version=0.4.10
27
28
USER 20000:20000
29
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.4.9"
+current_version = "0.4.10"
3
commit = true
4
message = "chore: bump version: {current_version} → {new_version}"
5
commit_args = "--cleanup=verbatim"
0 commit comments