Skip to content

Commit 53f699e

Browse files
committed
Build go-graphkb on debian instead of alpine.
1 parent 7ac08ef commit 53f699e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine AS go-builder
1+
FROM golang:1.14 AS go-builder
22

33
WORKDIR /go/src/
44
COPY go.mod go.sum ./
@@ -22,4 +22,4 @@ COPY web .
2222
RUN yarn install && yarn build
2323

2424
COPY --from=go-builder /go/src/cmd/go-graphkb/go-graphkb ./
25-
COPY --from=go-builder /go/src/cmd/go-graphkb/importer-csv ./
25+
COPY --from=go-builder /go/src/cmd/go-graphkb/importer-csv ./

0 commit comments

Comments
 (0)