Skip to content

Commit 9b2763a

Browse files
authored
Merge pull request #111 from moul/dependabot/docker/golang-1.18.1-alpine
chore(deps): bump golang from 1.17.6-alpine to 1.18.1-alpine
2 parents e4dea1b + e8027a5 commit 9b2763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.6-alpine as builder
7+
FROM golang:1.18.1-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/repoman

0 commit comments

Comments
 (0)