Skip to content

Commit 74339f4

Browse files
chore(deps): update dependency golang to v1.18.4
1 parent 4f1634f commit 74339f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.18.3-alpine as builder
7+
FROM golang:1.18.4-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

0 commit comments

Comments
 (0)