Skip to content

Commit

Permalink
Merge pull request #402 from thaJeztah/bump_gomd2man
Browse files Browse the repository at this point in the history
deb, rpm: update to github.com/cpuguy83/go-md2man v2.0.5
  • Loading branch information
thaJeztah authored Dec 12, 2024
2 parents 8d52e92 + d54195a commit d6a7e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/deb.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM ${GOLANG_IMAGE} AS golang

FROM golang AS go-md2man
ARG GOPROXY=direct
ARG MD2MAN_VERSION=v2.0.4
ARG MD2MAN_VERSION=v2.0.5
RUN go install github.com/cpuguy83/go-md2man/v2@${MD2MAN_VERSION}

FROM ${BUILD_IMAGE} AS distro-image
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rpm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM ${GOLANG_IMAGE} AS golang

FROM golang AS go-md2man
ARG GOPROXY=direct
ARG MD2MAN_VERSION=v2.0.4
ARG MD2MAN_VERSION=v2.0.5
RUN go install github.com/cpuguy83/go-md2man/v2@${MD2MAN_VERSION}

FROM ${BUILD_IMAGE} AS redhat-base
Expand Down

0 comments on commit d6a7e6e

Please sign in to comment.