Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ──────────────────────────────────────────────────────────────────────

# ── Stage 1: Build ────────────────────────────────────────────────────
FROM golang:1.26.2-alpine AS builder
FROM golang:1.26.3-alpine AS builder

RUN apk add --no-cache git make

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fly
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# into a single image that can run on one Fly machine with /data storage.
# ──────────────────────────────────────────────────────────────────────

FROM golang:1.26.2-alpine AS go-builder
FROM golang:1.26.3-alpine AS go-builder

RUN apk add --no-cache git

Expand Down
Loading