Skip to content

Commit 94bf50b

Browse files
authored
fix/flagd-CVE-2022-32149
fixes flagd CVE-2022-32149 Signed-off-by: Alex Jones <[email protected]>
1 parent faaf923 commit 94bf50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Image URL to use all building/pushing image targets
33
IMG ?= controller:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5-
FLAGD_VERSION=v0.2.4
5+
FLAGD_VERSION=v0.2.5
66
ENVTEST_K8S_VERSION = 1.23
77

88
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

0 commit comments

Comments
 (0)