Skip to content

Commit

Permalink
revert ref build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 15, 2024
1 parent 0a80fa1 commit 7f65e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ DIR="$(dirname "$(readlink -f "$0")")"

BUILDER="${BUILDER:-podman}"

${BUILDER} build "${DIR}" -f "${DIR}/Dockerfile" -t quay.io/cryostat/cryostat-storage:latest --build-arg="ref=3.61"
${BUILDER} build "${DIR}" -f "${DIR}/Dockerfile" -t quay.io/cryostat/cryostat-storage:latest

0 comments on commit 7f65e71

Please sign in to comment.