Skip to content

Commit

Permalink
Update Makefile (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored Jul 22, 2024
1 parent 0165be8 commit 5699a41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
export BUILDER_TAG ?= 1.10.0
export SIDECAR_TAG ?= 1.10.0
export BUILDER_TAG ?= 1.11.0
export SIDECAR_TAG ?= 1.11.0

# figure out if podman or docker should be used (use podman if found)
ifneq (, $(shell which podman 2>/dev/null))
Expand All @@ -27,7 +27,7 @@ export VERSION = $(call dot-delimiter, ${BUILDER_TAG}, 1).$(call dot-delimiter,
export RELEASE = $(call dot-delimiter, ${BUILDER_TAG}, 3)

ifeq (${RELEASE},)
VERSION=1.10
VERSION=1.11
RELEASE=0
endif

Expand Down Expand Up @@ -156,4 +156,4 @@ verify-podman-version:
echo "Podman version $$installed_version is lower than the required version $$required_version."; \
exit 1; \
fi \
fi
fi

0 comments on commit 5699a41

Please sign in to comment.