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 e4dea1b + e8027a5 commit 9b2763aCopy full SHA for 9b2763a
Dockerfile
@@ -4,7 +4,7 @@ ARG VCS_REF
4
ARG VERSION
5
6
# build
7
-FROM golang:1.17.6-alpine as builder
+FROM golang:1.18.1-alpine as builder
8
RUN apk add --no-cache git gcc musl-dev make
9
ENV GO111MODULE=on
10
WORKDIR /go/src/moul.io/repoman
0 commit comments