fixup! Allow semver generator to run without configuration file present.

This commit is contained in:
2022-03-10 00:28:20 +00:00
parent 4451f4b9b5
commit 77616d4cdb
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apk add make
WORKDIR /go/src/app
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
COPY . /go/src/app/
RUN make
RUN make build
FROM alpine:latest
RUN apk add --no-cache ca-certificates