Merge remote-tracking branch 'origin/refs/pull/315/head' into staging

This commit is contained in:
Lance R. Vick 2024-10-20 17:49:31 -07:00
commit 75492721f6
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

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}