Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed May 21, 2024
1 parent 3af9cea commit 42a2563
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.21.5-bookworm AS builder
FROM docker.io/library/golang:1.22.3-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 @@ -15,7 +15,7 @@ spec:
spec:
serviceAccountName: originissuer-control
containers:
- image: cloudflare/origin-ca-issuer:v0.7.0
- image: cloudflare/origin-ca-issuer:v0.8.0
name: origin-ca-controller
resources:
limits:
Expand Down

0 comments on commit 42a2563

Please sign in to comment.