Skip to content

Commit 09d6a0c

Browse files
committed
Adjust versions.json field ordering to be more human-friendly
1 parent 885ba43 commit 09d6a0c

File tree

3 files changed

+503
-495
lines changed

3 files changed

+503
-495
lines changed

Dockerfile-linux.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN set -eux; \
9696
{{ $osArch | @sh }}) \
9797
{{ # TODO remove this "build-from-source" logic when 1.20 is EOL / 1.22 is GA -}}
9898
{{ if (.url | not) or always_build_from_source then ( -}}
99-
export {{ .env | to_entries | map(.key + "=" + (.value | @sh)) | join(" ") }}; \
99+
export {{ .env | to_entries | sort_by(.key) | map(.key + "=" + (.value | @sh)) | join(" ") }}; \
100100
{{ ) else ( -}}
101101
url={{ .url | @sh }}; \
102102
sha256={{ .sha256 | @sh }}; \

0 commit comments

Comments
 (0)