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 number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REPO=github.com/cilium/ariane

FROM golang:1.25@sha256:78678826f773988226a0331e3a3eb860748e77b891421bff36443d86491a9b2c AS builder
FROM golang:1.25@sha256:931c889bca758a82fcbfcb1b6ed6ca1de30783e9e52e6093ad50060735cb99be AS builder
ARG REPO
WORKDIR /go/src/${REPO}/
COPY . .
Expand Down