Skip to content
Open
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 src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN mkdir -p /out \
done

# ---- build: compile the Go binary, embedding the freshly built assets
FROM golang:1.26.4-alpine3.24 AS build
FROM golang:1.26.5-alpine3.24 AS build

# short git commit hash of the source being built, injected into config.Revision
# so the running binary reports its exact build in the footer. The build context
Expand Down