This commit is contained in:
parent
508672f3a6
commit
64d78f615f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ FROM golang:1.22.0 AS builder
|
|||
LABEL org.opencontainers.image.source="https://code.252.no/pub/external-dns-domeneshop-webhook"
|
||||
|
||||
WORKDIR /src/
|
||||
COPY src/go.src/mod src/go.sum ./
|
||||
COPY src/go.mod src/go.sum ./
|
||||
|
||||
RUN go mod download
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue