mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-05 03:54:46 +00:00
fixup! Update code constraints.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM golang:1-bullseye as baseimg
|
||||
|
||||
WORKDIR /go/src/app
|
||||
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
|
||||
COPY . /go/src/app/
|
||||
RUN make build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user