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

This commit is contained in:
Lance R. Vick 2024-10-14 21:23:41 -07:00
commit a9f8df11ce
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=2.9.0
ENV SRC_HASH=78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709
ENV VERSION=2.9.0.post0
ENV SRC_HASH=37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3
ENV SRC_FILE=python-dateutil-${VERSION}.tar.gz
ENV SRC_SITE=https://files.pythonhosted.org/packages/source/p/python-dateutil/${SRC_FILE}