Skip to content
Snippets Groups Projects
Commit d92a4f0d authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

Use Alpine-related commit for detecting version in sync-awsecr.sh

parent 8f11e7e2
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment