1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Merge pull request #376 from AntonLydike/master

Fixed and updated Dockerfile
This commit is contained in:
Harvey Kandola 2020-08-23 15:14:57 +01:00 committed by GitHub
commit 806efd7eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM golang:1.12-alpine as builder
FROM golang:1.15-alpine as builder
COPY . /go/src/github.com/documize/community
RUN cd /go/src/github.com/documize/community
WORKDIR /go/src/github.com/documize/community
RUN env GOOS=linux GOARCH=amd64 GODEBUG=tls13=1 go build -mod=vendor -o bin/documize-community-linux-amd64 ./edition/community.go
# build release image