Skip to content

Commit 54f4e64

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 4ed110b commit 54f4e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.1"
2+
current_version = "0.1.2"
33
commit = true
44
message = "Bump version: {current_version} → {new_version}"
55
commit_args = "--cleanup=verbatim"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOARM=${TARGETVARIANT#"v
2323
#--------
2424
FROM cgr.dev/chainguard/static@sha256:853bfd4495abb4b65ede8fc9332513ca2626235589c2cef59b4fce5082d0836d AS external-dns-cloudns-webhook
2525

26-
LABEL version=0.1.1
26+
LABEL version=0.1.2
2727

2828
USER 20000:20000
2929

0 commit comments

Comments
 (0)