Skip to content

Commit

Permalink
Bump alpine base image to latest v3.18.3 (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbird86 authored Sep 21, 2023
1 parent 9d65e09 commit a8c7668
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.17.3
ALPINE_IMAGE=alpine:3.18.3
CHANNEL=beta
DEFAULT_CHANNEL=beta
BUNDLE_CHANNELS := --channels=$(CHANNEL)
Expand Down

0 comments on commit a8c7668

Please sign in to comment.