fix: typo in dockerfile
Some checks failed
Release / build-image (push) Failing after 28s

This commit is contained in:
Tommy 2025-03-15 09:41:56 +01:00
parent 508672f3a6
commit 64d78f615f
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -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