Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Jul 4, 2024
1 parent d8c1b77 commit 4a15e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22.3-bookworm AS builder
FROM docker.io/library/golang:1.22.5-bookworm AS builder
WORKDIR /go/src/app
ADD . /go/src/app

Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: originissuer-control
containers:
- name: origin-ca-controller
image: cloudflare/origin-ca-issuer:v0.8.0
image: cloudflare/origin-ca-issuer:v0.9.0
args:
- --cluster-resource-namespace=${POD_NAMESPACE}
env:
Expand Down

0 comments on commit 4a15e56

Please sign in to comment.