Skip to content

Commit

Permalink
deb, rpm: update to github.com/cpuguy83/go-md2man v2.0.5
Browse files Browse the repository at this point in the history
full diff: cpuguy83/go-md2man@v2.0.4...v2.0.5

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 12, 2024
1 parent 8d52e92 commit d54195a
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 d54195a

Please sign in to comment.