Skip to content

Commit

Permalink
Remove 22
Browse files Browse the repository at this point in the history
  • Loading branch information
elifaslan1 committed Mar 20, 2024
1 parent 288173e commit 489efc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/tag-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DEFAULT_ALPINE_VERSION = '3.19'
ALPINE_VERSIONS = ['3.16', '3.17', '3.18', '3.19']

LTS_VERSIONS = [ "8", "11", "17", "21", "22"]
LTS_VERSIONS = [ "8", "11", "17", "21"]
AL2023_GENERIC_VERSIONS = ["20"]

def generate_tags(key, version):
Expand Down
2 changes: 1 addition & 1 deletion bin/update-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SED="sed -i"

sed --version 2>/dev/null || SED="sed -i.bkp"

LTS_VERSIONS=("8" "11" "17" "21" "22")
LTS_VERSIONS=("8" "11" "17" "21")

usage() {
echo "usage: update-dockerfiles.sh [--help]"
Expand Down

0 comments on commit 489efc4

Please sign in to comment.