Skip to content

Commit

Permalink
Merge pull request corretto#227 from corretto/mmm-choi-patch-1
Browse files Browse the repository at this point in the history
Fix tag-generator.py (3.21 to 3.20) based on 500f60a
  • Loading branch information
mmm-choi authored Dec 13, 2024
2 parents 500f60a + 56da07f commit a2a619f
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 a2a619f

Please sign in to comment.