We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b086f + 5afdbf9 commit 6534e87Copy full SHA for 6534e87
Dockerfile
@@ -4,7 +4,7 @@ ARG VCS_REF
4
ARG VERSION
5
6
# build
7
-FROM golang:1.17.4-alpine as builder
+FROM golang:1.17.5-alpine as builder
8
RUN apk add --no-cache git gcc musl-dev make
9
ENV GO111MODULE=on
10
WORKDIR /go/src/moul.io/golang-repo-template
tool/lint/package.json
@@ -2,7 +2,7 @@
2
"dependencies": {
3
"alex": "10.0.0",
"markdown-spellcheck": "1.3.1",
- "markdownlint-cli": "0.29.0",
+ "markdownlint-cli": "0.30.0",
"remark-cli": "10.0.1",
"remark-lint": "9.1.1"
}
0 commit comments