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

This commit is contained in:
Lance R. Vick 2024-10-14 21:23:32 -07:00
commit df757b1930
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=3.0.43
ENV SRC_HASH=3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d
ENV VERSION=3.0.48
ENV SRC_HASH=d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90
ENV SRC_FILE=prompt_toolkit-${VERSION}.tar.gz
ENV SRC_SITE=https://files.pythonhosted.org/packages/source/p/prompt_toolkit/${SRC_FILE}