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

This commit is contained in:
Lance R. Vick 2024-10-14 21:28:49 -07:00
commit 77eb05078f
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=2.0.3
ENV SRC_HASH=7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
ENV VERSION=2.0.5
ENV SRC_HASH=6bb799e8fff06d82ca4617190157338d336e2361aa6c5b1786f763a684ffc3f2
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/cpuguy83/go-md2man/archive/${SRC_FILE}