Skip to content

Commit 48f400f

Browse files
chore(deps): update golang docker tag to v1.25
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a5c815 commit 48f400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN cargo install --path .
1212
FROM runtime
1313
COPY --from=builder /usr/local/cargo/bin/ovsinit /usr/local/bin/ovsinit
1414

15-
FROM golang:1.21 AS ovn-kubernetes
15+
FROM golang:1.25@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc AS ovn-kubernetes
1616
RUN apt-get update && \
1717
apt-get install --no-install-recommends -y \
1818
quilt

0 commit comments

Comments
 (0)