Compare commits

..

No commits in common. "stagex-release-bot/update-version/libnghttp2/1.63.0" and "main" have entirely different histories.

View file

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