chore: bump bash to 5.2.37

This commit is contained in:
Anton Livaja 2024-10-16 10:36:01 -04:00
parent 0356639e9a
commit d2a951507b
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=5.2.21
ENV SRC_HASH=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
ENV VERSION=5.2.37
ENV SRC_HASH=9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff
ENV SRC_FILE=bash-${VERSION}.tar.gz
ENV SRC_SITE=https://ftp.gnu.org/gnu/bash/${SRC_FILE}