Skip to content

Commit

Permalink
updates base docker image with security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f41gh7 committed Aug 30, 2022
1 parent 4e46616 commit cda2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CRD_PRESERVE=x-kubernetes-preserve-unknown-fields true
# Current Operator version
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
ALPINE_IMAGE=alpine:3.16.1
ALPINE_IMAGE=alpine:3.16.2
CHANNEL=beta
DEFAULT_CHANNEL=beta
BUNDLE_CHANNELS := --channels=$(CHANNEL)
Expand Down

0 comments on commit cda2127

Please sign in to comment.