Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
e8a01a49c5 chore: update libnghttp2 version to 1.63.0 2024-10-15 16:03:46 -04:00

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=1.62.1
ENV SRC_HASH=d0b0b9d00500ee4aa3bfcac00145d3b1ef372fd301c35bff96cf019c739db1b4
ENV VERSION=1.63.0
ENV SRC_HASH=9318a2cc00238f5dd6546212109fb833f977661321a2087f03034e25444d3dbb
ENV SRC_FILE=nghttp2-${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/nghttp2/nghttp2/releases/download/v${VERSION}/${SRC_FILE}