Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
6609dbbcd7 chore: update py-sphinxcontrib-serializinghtml version to 2.0.0 2024-10-17 10:23:29 -04:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=1.1.9
ENV SRC_HASH=8ff6f82f0b7876eaaf258cb90d2ddfdc26ae069552bf6db6ae5eb534ae689c19
ENV VERSION=2.0.0
ENV SRC_HASH=f418c9f2e93c2e732c5232b570c95e73b6b5c8dd54190f3645e96fb565ea272f
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/archive/refs/tags/${SRC_FILE}