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

This commit is contained in:
Lance R. Vick 2024-10-14 21:25:42 -07:00
commit 678a928444
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=10.2.1
ENV SRC_HASH=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
ENV VERSION=11.0.2
ENV SRC_HASH=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/fmtlib/fmt/archive/refs/tags/${SRC_FILE}