all repos

onasty @ 36f59cd12d0992b16f20057c23cfe0e3c338e637

a one-time notes service

onasty/builder.Dockerfile (view raw)

dependabot[bot] dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
chore(deps): bump golang from 1.24.3-alpine to 1.24.4-alpine (#155)..., 11 months ago
1
FROM golang:1.24.4-alpine AS builder
2
3
WORKDIR /app
4
5
COPY go.mod go.sum ./
6
RUN go mod download