Skip to content

Commit 3e2ec95

Browse files
committed
fix: update operator-docker
1 parent 4f9d889 commit 3e2ec95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/octoctl/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repos:
66
docker:
77
binary:
88
linux_amd64:
9-
url: https://github.com/octocompose/operator-docker/releases/download/v0.0.3/operator-docker_0.0.3_linux_amd64
10-
sha256Url: https://github.com/octocompose/operator-docker/releases/download/v0.0.3/operator-docker_0.0.3_linux_amd64.sha256
9+
url: https://github.com/octocompose/operator-docker/releases/download/v0.0.4/operator-docker_0.0.4_linux_amd64
10+
sha256Url: https://github.com/octocompose/operator-docker/releases/download/v0.0.4/operator-docker_0.0.4_linux_amd64.sha256
1111
linux_arm64:
12-
url: https://github.com/octocompose/operator-docker/releases/download/v0.0.3/operator-docker_0.0.3_linux_arm64
13-
sha256Url: https://github.com/octocompose/operator-docker/releases/download/v0.0.3/operator-docker_0.0.3_linux_arm64.sha256
12+
url: https://github.com/octocompose/operator-docker/releases/download/v0.0.4/operator-docker_0.0.4_linux_arm64
13+
sha256Url: https://github.com/octocompose/operator-docker/releases/download/v0.0.4/operator-docker_0.0.4_linux_arm64.sha256
1414
source:
1515
# If path is set and existing, repo and ref are ignored.
1616
path: ../operator-docker

0 commit comments

Comments
 (0)