Compare commits

...

1 commit

Author SHA1 Message Date
ConYel
099056ad1c
chore: bump gpep517 to v16
cf48ac34bed7a341088aa5316b43a5c7be94f702bfb67d8e904e027b9e1affdf py-gpep517
2024-10-10 22:39:01 +02:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=15
ENV SRC_HASH=368fa8dfb0775589e3f85d34df18395c22980de8520dc6447e778fc1d0102787
ENV VERSION=16
ENV SRC_HASH=965ff7cb2217fa03091face01fcb9a2b0205f58be80c8be9ccf832eab7a55414
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/projg2/gpep517/archive/v${VERSION}/${SRC_FILE}