Replace deprecated io/ioutils (#230)

This commit is contained in:
Manuel Rüger
2023-01-03 18:54:04 +01:00
committed by GitHub
parent f4bbbb19ca
commit 3e558ac2e3
8 changed files with 17 additions and 20 deletions

View File

@@ -8,5 +8,4 @@ RUN make build
FROM alpine:latest
RUN apk --no-cache add ca-certificates bash git
COPY --from=0 /go/src/github.com/kovetskiy/mark/mark /bin/
RUN mkdir -p /docs
WORKDIR /docs