Skip to content

Commit

Permalink
Use Alpine-related commit for detecting version in generate-stackbrew…
Browse files Browse the repository at this point in the history
…-library.sh
  • Loading branch information
jnoordsij authored and thresheek committed Aug 15, 2024
1 parent 1c99bf1 commit 8f11e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ for version in "${versions[@]}"; do
done


commit="$(dirCommit "$version/alpine-slim")"
alpineVersion="$(git show "$commit":"$version/alpine-slim/Dockerfile" | awk -F: '$1 == "FROM alpine" { print $2; exit }')"

for variant in alpine alpine-perl alpine-slim; do
Expand Down

0 comments on commit 8f11e7e

Please sign in to comment.