Skip to content

Commit

Permalink
Merge pull request #253 from thaJeztah/update_md2man
Browse files Browse the repository at this point in the history
Update cpuguy83/go-md2man to v2.0.1
  • Loading branch information
fredericdalleau authored Nov 22, 2021
2 parents 474f44b + c6e965f commit 8e6ffca
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 @@ -25,7 +25,7 @@ FROM ${GOLANG_IMAGE} AS golang
FROM golang AS go-md2man
ARG GOPROXY=direct
ARG GO111MODULE=on
ARG MD2MAN_VERSION=v2.0.0
ARG MD2MAN_VERSION=v2.0.1
RUN go get 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 @@ -26,7 +26,7 @@ FROM ${GOLANG_IMAGE} AS golang
FROM golang AS go-md2man
ARG GOPROXY=direct
ARG GO111MODULE=on
ARG MD2MAN_VERSION=v2.0.0
ARG MD2MAN_VERSION=v2.0.1
RUN go get github.com/cpuguy83/go-md2man/v2/@${MD2MAN_VERSION}

FROM ${BUILD_IMAGE} AS redhat-base
Expand Down

0 comments on commit 8e6ffca

Please sign in to comment.