Skip to content
Merged
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 numberDiff line numberDiff line change
Expand Up@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

# Runtime stage — the binary is self-contained (templates are Go string
# literals, Postgres migrations are go:embed), so no external assets are needed.
FROM alpine:3.19
FROM alpine:3.24

RUN apk add --no-cache ca-certificates tzdata

Expand Down
Loading