chore: bump handler-base to v0.1.5, add netrc secret mount to Dockerfile
Some checks failed
CI / Lint (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
CI / Test (push) Has been cancelled

This commit is contained in:
2026-02-20 18:15:20 -05:00
parent 7d72400070
commit b75762ad52
3 changed files with 7 additions and 4 deletions

View File

@@ -5,8 +5,11 @@ WORKDIR /app
RUN apk add --no-cache ca-certificates
ENV GOPRIVATE=git.daviestechlabs.io
ENV GONOSUMCHECK=git.daviestechlabs.io
COPY go.mod go.sum ./
RUN go mod download
RUN --mount=type=secret,id=netrc,target=/root/.netrc go mod download
COPY . .