Skip to content

Commit

Permalink
Fix tag-generator.py (3.21 to 3.20) based on 500f60a
Browse files Browse the repository at this point in the history
Added 3.21 instead of 3.20.
Will add 3.21 later.
  • Loading branch information
mmm-choi authored Dec 13, 2024
1 parent 500f60a commit 56da07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tag-generator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json

DEFAULT_ALPINE_VERSION = '3.21'
DEFAULT_ALPINE_VERSION = '3.20'
ALPINE_VERSIONS = ['3.18', '3.19', '3.20']

def generate_tags(key, version):
Expand Down

0 comments on commit 56da07f

Please sign in to comment.