Skip to content

Commit

Permalink
Merge pull request #103 from docker-library/revert-102-8.10.3
Browse files Browse the repository at this point in the history
Revert "Temporary backfill of missed versions"
  • Loading branch information
yosifkit committed Nov 3, 2023
2 parents 5745cc4 + cc4d55d commit 61221e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions 8.10.3/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for version in "${versions[@]}"; do
fi

fullVersion="$(
grep -P "^\Qv$rcVersion" <<<"$tags" \
grep -P "^\Qv$rcVersion." <<<"$tags" \
| grep $rcGrepV -E -- '-(alpha|beta|rc)' \
| tail -1
)"
Expand Down

0 comments on commit 61221e7

Please sign in to comment.