Skip to content

Commit

Permalink
Use Alpine-related commit for detecting version in sync-awsecr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Aug 15, 2024
1 parent 8f11e7e commit d92a4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync-awsecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ for version in "${versions[@]}"; do
done
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 d92a4f0

Please sign in to comment.