Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
Signed-off-by: enriqueav99 <enriqueav1999@gmail.com>
  • Loading branch information
enriqueav99 committed Sep 4, 2024
1 parent 45fb7dc commit 991e546
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 @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.12.1
VERSION ?= 0.12.0

# Try to detect Docker or Podman
CONTAINER_RUNTIME := $(shell command -v docker 2> /dev/null || command -v podman 2> /dev/null)
Expand Down

0 comments on commit 991e546

Please sign in to comment.