Compare commits

...

2 Commits

Author SHA1 Message Date
80a2f662dc Merge branch 'master' of https://git.brammie15.dev/brammie15/ReSendit 2026-03-20 14:50:35 +01:00
227a8bc7e4 fix sqlite 2026-03-20 14:50:28 +01:00

View File

@@ -3,7 +3,7 @@ FROM golang:1.26-alpine AS builder
WORKDIR /app
RUN apk add --no-cache git
RUN apk add --no-cache git gcc musl-dev bash
COPY go.mod go.sum ./
RUN go mod download