This commit is contained in:
parent
df87fb2128
commit
83f4d1043e
@ -2,7 +2,7 @@
|
|||||||
FROM registry.odit.services/hub/library/golang:1.20-alpine3.16 as build
|
FROM registry.odit.services/hub/library/golang:1.20-alpine3.16 as build
|
||||||
|
|
||||||
WORKDIR /srv/app
|
WORKDIR /srv/app
|
||||||
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
|
ENV CGO_ENABLED=0 GOOS=linux
|
||||||
|
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
Loading…
x
Reference in New Issue
Block a user