Skip to content

Commit 5afdbf9

Browse files
committed
chore(deps): update all docker tags
1 parent 33b086f commit 5afdbf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.17.4-alpine as builder
7+
FROM golang:1.17.5-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/golang-repo-template

tool/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"alex": "10.0.0",
44
"markdown-spellcheck": "1.3.1",
5-
"markdownlint-cli": "0.29.0",
5+
"markdownlint-cli": "0.30.0",
66
"remark-cli": "10.0.1",
77
"remark-lint": "9.1.1"
88
}

0 commit comments

Comments
 (0)