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

This commit is contained in:
Lance R. Vick 2024-10-14 21:25:32 -07:00
commit 0430009dd7
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=1.24
ENV SRC_HASH=d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c
ENV VERSION=1.24.1
ENV SRC_HASH=30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162
ENV SRC_FILE=lzip-${VERSION}.tar.gz
ENV SRC_SITE=http://download.savannah.gnu.org/releases/lzip/${SRC_FILE}