Skip to content

Commit

Permalink
fix: get_full_version
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Dec 17, 2024
1 parent 2604071 commit edc98df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ function get_full_version() {
local default_dockerfile
default_dockerfile="${version}/Dockerfile"

grep -m1 'ENV RC_VERSION=' "${default_dockerfile}" | cut -d' ' -f3
grep -m1 'ENV RC_VERSION=' "${default_dockerfile}" | cut -d'=' -f2
}

0 comments on commit edc98df

Please sign in to comment.